]> git.deb.at Git - pkg/abook.git/blobdiff - debian/postrm
Add debhelper token into maintainers scripts.
[pkg/abook.git] / debian / postrm
index 87fe8a921c9a6cc47e4c164cf1a507f50b5d9d15..fece21f5fe36f7ff1eb62c0e3ab4489d3a48e093 100644 (file)
@@ -1,7 +1,9 @@
-#!/bin/sh -e
+#!/bin/sh
 # postrm for abook
-# copyright 2003-2009 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced under BSD style
+# 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
@@ -27,3 +29,5 @@ case "$action" in
        fi
        ;;
 esac
+
+#DEBHELPER#