bforce/debian/bforce.postrm.debhelper
Evgeniy Kozhuhovskiy 69f117bf78 Initial revision
2004-12-30 16:00:36 +00:00

6 lines
154 B
Plaintext

# Automatically added by dh_installinit
if [ "$1" = "purge" ] ; then
update-rc.d bforce remove >/dev/null || exit 0
fi
# End automatically added section