salt/debian/salt.postrm.debhelper
2011-10-03 21:46:11 -06:00

16 lines
447 B
Plaintext

# Automatically added by dh_installinit
if [ "$1" = "purge" ] ; then
update-rc.d salt-syndic remove >/dev/null
fi
# End automatically added section
# Automatically added by dh_installinit
if [ "$1" = "purge" ] ; then
update-rc.d salt-minion remove >/dev/null
fi
# End automatically added section
# Automatically added by dh_installinit
if [ "$1" = "purge" ] ; then
update-rc.d salt-master remove >/dev/null
fi
# End automatically added section