Blame | Last modification | View Log | RSS feed
#!/bin/sh# postrm script for pmk## see: dh_installdeb(1)conffile=/etc/pmk/pmk.confset -ecase "$1" inpurge)rm -f $conffile $conffile~ $conffile.bak \#$conffile\# \$conffile.ucf-new $conffile.ucf-old $conffile.ucf-distif which ucf >/dev/null; thenucf --purge /etc/pmk.conffiif which ucfr >/dev/null; thenucfr --purge pmk /etc/pmk.conffi;;remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear);;*)echo "postrm called with unknown argument \`$1'" >&2exit 1;;esac# dh_installdeb will replace this with shell code automatically# generated by other debhelper scripts.#DEBHELPER#exit 0