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