X-Git-Url: https://git.deb.at/w?p=pkg%2Ft-prot.git;a=blobdiff_plain;f=debian%2Fpostrm;h=6661e9e4b3cab46402184a489079c71f1aea999a;hp=1fe8e4253192086d5e766b15638ba6bb26e4f690;hb=6001f26be3cb69339c6884a787764c0bb7dcde5a;hpb=42c403b15ef2b758888431308c61b467310d9f16 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#