summaryrefslogtreecommitdiff
path: root/debian/rules
blob: aaec8c39ab4e7cfeed476e3daf3aa31d9ba996d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh ${@}

override_dh_auto_install:
	dh_auto_install

	mkdir -p debian/live-boot-initramfs-tools/usr/share
	mv debian/live-boot/usr/share/initramfs-tools debian/live-boot-initramfs-tools/usr/share

	# Removing useless files
	rm -f debian/live-boot/usr/share/doc/live-boot/COPYING

override_dh_installinit:
	dh_installinit -p live-boot --no-restart-on-upgrade --no-start --update-rcd-params='start 89 0 6 .'