X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpostrm;h=fa212e61ff71822e726e43b0a5cde2fa77dc7a35;hb=3ac92333ec5fa1a0d22c91bb0642c1eae8c65ee1;hp=3485a986fcb53f5cc664bd5e13da1ba3300c4caf;hpb=60d02bcfa8991e258ad61293a233de5407ca762a;p=pkg-nagvis.git diff --git a/debian/postrm b/debian/postrm index 3485a98..fa212e6 100644 --- a/debian/postrm +++ b/debian/postrm @@ -47,6 +47,9 @@ if [ "$1" = "purge" ]; then #if [ -e /etc/apache2/conf.d/nagvis.conf ]; then # rm -f /etc/apache2/conf.d/nagvis.conf #fi + + rm -f /var/cache/nagvis/* + rmdir /var/cache/nagvis fi # dh_installdeb will replace this with shell code automatically