Bug 10403: (follow-up) fix test to use vendor created earlier during test
[koha.git] / 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#