linkchecker/debian/linkchecker.prerm

18 lines
352 B
Text
Raw Normal View History

#!/bin/sh -e
#
# Written 1998 by Gregor Hoffleit <flight@debian.org>.
# used by Bastian Kleineidam for LinkChecker
PACKAGE=linkchecker
dpkg --listfiles $PACKAGE |
awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
xargs rm -f >&2
rm -f /usr/lib/python2.0/site-packages/linkcheck
rm -f /usr/lib/python2.0/site-packages/DNS
#DEBHELPER#
exit 0