aboutsummaryrefslogtreecommitdiff
path: root/tools/XBMCLive/live-initramfs/debian/live-initramfs.postinst.debhelper
blob: 2aa52a36e9b1678e94ce904e957ddda751e1b65d (plain)
1
2
3
4
5
# Automatically added by dh_installinit
if [ -x "/etc/init.d/live-initramfs" ]; then
	update-rc.d live-initramfs start 89 0 6 . >/dev/null || exit $?
fi
# End automatically added section