mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Remove davical upgrade log on package removal.
Fixes Debian Bug#668980
This commit is contained in:
parent
8158eaa1ea
commit
35ab0875a1
2
debian/davical.prerm
vendored
2
debian/davical.prerm
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user