X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpostrm;fp=debian%2Fpostrm;h=9abaecaa72db2c5768b86d52719a88ca9c6c5320;hb=0b72fe17e679c0b3c88448cc2fc6830d3db20f93;hp=0000000000000000000000000000000000000000;hpb=05e67326bf208399329240c1c5ab5513d15b0505;p=pkg%2Fbeep.git diff --git a/debian/postrm b/debian/postrm new file mode 100644 index 0000000..9abaeca --- /dev/null +++ b/debian/postrm @@ -0,0 +1,7 @@ +#!/bin/sh -e +# postrm for beep + +if [ "$1" = purge -a -e /usr/share/debconf/confmodule ]; then + . /usr/share/debconf/confmodule + db_purge +fi