]> git.deb.at Git - pkg/beep.git/blobdiff - debian/postrm
Rewrite debian/copyright in DEP-5 format
[pkg/beep.git] / debian / postrm
index a1444aac3c283f9b956a7a50912b148062734b0c..5310379e122e1bcfd4e19592a0aec9d845f5bf6e 100644 (file)
@@ -1,9 +1,13 @@
-#!/bin/sh -e
+#!/bin/sh
 # postrm for beep
-# copyright 2002-2009 by Gerfried Fuchs <rhonda@debian.at>
+# copyright 2002-2011 by Rhonda D'Vine <rhonda@debian.org>
 # Licenced under WTFPLv2
 
+set -e
+
 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
        . /usr/share/debconf/confmodule
        db_purge
 fi
+
+#DEBHELPER#