When purging, remove /var/log/koha.
authorLars Wirzenius <lars@catalyst.net.nz>
Mon, 19 Apr 2010 22:51:25 +0000 (10:51 +1200)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 22 Apr 2010 10:15:31 +0000 (06:15 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
debian/koha.postrm

index 18b3794..3992985 100644 (file)
@@ -16,6 +16,8 @@ if [ "$1" = "purge" ]; then
     if which ucf >/dev/null 2>&1; then
         ucf --purge "$configfile"
     fi
+
+    rm -rf /var/log/koha
 fi
 
 #DEBHELPER#