Remove davical upgrade log on package removal.

Fixes Debian Bug#668980
This commit is contained in:
Andrew McMillan 2012-04-17 09:26:42 +12:00
parent 8158eaa1ea
commit 35ab0875a1

View File

@ -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