#!/usr/bin/make -f

%:
	dh $@

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

override_dh_installinit:
	dh_installinit --no-stop-on-upgrade --no-start --update-rcd-params='start 89 0 6 .'
