X-Git-Url: https://git.deb.at/w?p=pkg%2Ft-prot.git;a=blobdiff_plain;f=debian%2Fpostrm;h=6661e9e4b3cab46402184a489079c71f1aea999a;hp=1428af4c4d69e783e0e72aadd00ed48088950fe9;hb=6001f26be3cb69339c6884a787764c0bb7dcde5a;hpb=5b1159f3c4685975d79baabe9d149763ff8188bd diff --git a/debian/postrm b/debian/postrm index 1428af4..6661e9e 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,9 @@ -#!/bin/sh -e +#!/bin/sh # postrm for t-prot -# Copyright 2002-2009 by Gerfried Fuchs -# Licenced BSD style +# Copyright 2002-2016 by Rhonda D'Vine +# Licenced under WTFPLv2 + +set -e action=$1 @@ -23,3 +25,5 @@ case "$action" in fi ;; esac + +#DEBHELPER#