mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-22 07:04:44 +00:00
Remove postrm snippet for old workaround.
This commit is contained in:
parent
e3bb574997
commit
60b1e29d38
1 changed files with 0 additions and 4 deletions
4
debian/linkchecker.postrm
vendored
4
debian/linkchecker.postrm
vendored
|
|
@ -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 -- "$@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue