From 35ab0875a17e1890b66ba7485ed730584ea33562 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 17 Apr 2012 09:26:42 +1200 Subject: [PATCH] Remove davical upgrade log on package removal. Fixes Debian Bug#668980 --- debian/davical.prerm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/davical.prerm b/debian/davical.prerm index c6daa218..22d3ac16 100644 --- a/debian/davical.prerm +++ b/debian/davical.prerm @@ -9,6 +9,8 @@ PACKAGE=::package:: case $1 in remove) + # This file might be hanging around in some cases. Fixes Bug#668980 + rm -f /var/log/davical-upgrade.log || true ;; esac