X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Fpostrm;h=fa9ecee5aca9d868c944e6c523d1f31cc88417e3;hb=37ef60ac9891a4bddc7d6a4bdba24837e10abd0f;hp=9abaecaa72db2c5768b86d52719a88ca9c6c5320;hpb=0b72fe17e679c0b3c88448cc2fc6830d3db20f93;p=pkg%2Fbeep.git 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