Removing obsolete removal of (not used) logfile in the maintainer scripts.

This commit is contained in:
Daniel Baumann 2010-03-07 12:16:27 +01:00
parent baec91ad99
commit 303f65f03a
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
#!/bin/sh
set -e
case "${1}" in
purge)
rm -f /var/log/live*
;;
remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
;;
*)
echo "postrm called with unknown argument \`${1}'" >&2
exit 1
;;
esac
#DEBHELPER#
exit 0