]> git.deb.at Git - pkg/abook.git/blobdiff - debian/postrm
Add debhelper token into maintainers scripts.
[pkg/abook.git] / debian / postrm
index f45490ee1fe77d974bd58a93ab53c8ccd090c290..fece21f5fe36f7ff1eb62c0e3ab4489d3a48e093 100644 (file)
@@ -1,7 +1,9 @@
-#!/bin/sh -e
+#!/bin/sh
 # postrm for abook
-# copyright 2003-2008 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced the same way as abook itself
+# 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#