]> git.deb.at Git - pkg/beep.git/blobdiff - debian/postrm
Relicensed Debian packaging under WTFPLv2
[pkg/beep.git] / debian / postrm
index 9abaecaa72db2c5768b86d52719a88ca9c6c5320..a1444aac3c283f9b956a7a50912b148062734b0c 100644 (file)
@@ -1,7 +1,9 @@
 #!/bin/sh -e
 # postrm for beep
+# copyright 2002-2009 by Gerfried Fuchs <rhonda@debian.at>
+# Licenced under WTFPLv2
 
-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