]> git.deb.at Git - pkg/abook.git/blobdiff - debian/postrm
Add debhelper token into maintainers scripts.
[pkg/abook.git] / debian / postrm
index 76b38705d259e250ff50998636cb145e5d67abf7..fece21f5fe36f7ff1eb62c0e3ab4489d3a48e093 100644 (file)
@@ -1,5 +1,9 @@
-#!/bin/sh -e
+#!/bin/sh
 # postrm for abook
+# copyright 2003-2012 by Gerfried Fuchs <rhonda@debian.org>
+# Licenced under WTFPLv2
+
+set -e
 
 if [ -x "`which update-menus 2>/dev/null`" ]; then
        update-menus
@@ -25,3 +29,5 @@ case "$action" in
        fi
        ;;
 esac
+
+#DEBHELPER#