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