X-Git-Url: https://git.deb.at/w?p=pkg%2Fbeep.git;a=blobdiff_plain;f=debian%2Fpostrm;h=fa9ecee5aca9d868c944e6c523d1f31cc88417e3;hp=9abaecaa72db2c5768b86d52719a88ca9c6c5320;hb=37ef60ac9891a4bddc7d6a4bdba24837e10abd0f;hpb=af0b92b12831800bd50da166c187620d18c969b2 diff --git a/debian/postrm b/debian/postrm index 9abaeca..fa9ecee 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh -e # postrm for beep -if [ "$1" = purge -a -e /usr/share/debconf/confmodule ]; then +if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi