pkg://zephyr-server-krb_2.1.20010518.SNAPSHOT-17.1_sparc.deb:59200/postrm
info downloads
#!/bin/sh
if test "$1" = purge; then
rm -f /etc/zephyr/server.list
fi
# Automatically added by dh_installdebconf
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_purge
fi
# End automatically added section
# Automatically added by dh_installinit
if [ "$1" = "purge" ] ; then
update-rc.d zephyrd remove >/dev/null || exit $?
fi
# End automatically added section
exit 0