X-Git-Url: https://git.deb.at/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpostrm;h=27b19f39ed02f24a8c1d6914a15c6b816418653c;hb=b542ed5c3515b13f8a7b5dbf8ce274d7a47ab989;hp=fc7524368a7d7b83078bc34e26ef2f33f0ff0c5a;hpb=6f33a81fa948039f42f38cb96f736820be524539;p=pkg%2Fabook.git diff --git a/debian/postrm b/debian/postrm index fc75243..27b19f3 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