X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Fpostrm;h=fece21f5fe36f7ff1eb62c0e3ab4489d3a48e093;hb=b1c882049db5d6d7d5770134cd93e14934ace6c1;hp=fc7524368a7d7b83078bc34e26ef2f33f0ff0c5a;hpb=6f33a81fa948039f42f38cb96f736820be524539;p=pkg%2Fabook.git diff --git a/debian/postrm b/debian/postrm index fc75243..fece21f 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,8 +1,10 @@ -#!/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 fi @@ -27,3 +29,5 @@ case "$action" in fi ;; esac + +#DEBHELPER#