]> git.deb.at Git - pkg/t-prot.git/blobdiff - debian/postrm
Add #DEBHELPER# placeholder to debian/post* files
[pkg/t-prot.git] / debian / postrm
index 1428af4c4d69e783e0e72aadd00ed48088950fe9..6661e9e4b3cab46402184a489079c71f1aea999a 100644 (file)
@@ -1,7 +1,9 @@
-#!/bin/sh -e
+#!/bin/sh
 # postrm for t-prot
-# Copyright 2002-2009 by Gerfried Fuchs <rhonda@debian.at>
-# Licenced BSD style
+# Copyright 2002-2016 by Rhonda D'Vine <rhonda@debian.org>
+# Licenced under WTFPLv2
+
+set -e
 
 action=$1
 
@@ -23,3 +25,5 @@ case "$action" in
        fi
        ;;
 esac
+
+#DEBHELPER#