Remove postrm snippet for old workaround.

This commit is contained in:
Bastian Kleineidam 2011-05-20 21:11:49 +02:00
parent e3bb574997
commit 60b1e29d38

View file

@ -23,10 +23,6 @@ if [ "$1" = "purge" ]; then
if [ -f /etc/linkchecker/linkcheckerrc.old ]; then
rm -f /etc/linkchecker/linkcheckerrc.old
fi
# remove old .py[co] files generated by previous tools and forgotten
if [ -d /usr/lib/python2.4/site-packages/linkcheck ]; then
rm -rf /usr/lib/python2.4/site-packages/linkcheck
fi
fi
# remove system conffile for versions >= 7.0
dpkg-maintscript-helper rm_conffile /etc/linkchecker/linkcheckerrc 6.9 -- "$@"