#!/usr/bin/make -f

%:
	dh $@ --with runit,openrc

execute_after_dh_auto_install:
	# Removing useless files
	rm -f debian/live-tools/usr/share/doc/live-tools/COPYING

override_dh_installinit:
	# SysV used start on 0/6 only; OpenRC maps that to the shutdown runlevel.
	dh_installinit --no-scripts

override_dh_installsystemd:
	: