X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=debian%2Fpostrm;h=fece21f5fe36f7ff1eb62c0e3ab4489d3a48e093;hb=b1c882049db5d6d7d5770134cd93e14934ace6c1;hp=76b38705d259e250ff50998636cb145e5d67abf7;hpb=48f49221ba69514441d1254f0a30cf6170b10cc9;p=pkg%2Fabook.git diff --git a/debian/postrm b/debian/postrm index 76b3870..fece21f 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,5 +1,9 @@ -#!/bin/sh -e +#!/bin/sh # postrm for abook +# copyright 2003-2012 by Gerfried Fuchs +# Licenced under WTFPLv2 + +set -e if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus @@ -25,3 +29,5 @@ case "$action" in fi ;; esac + +#DEBHELPER#