linkchecker/debian/prerm.debhelper
2000-02-26 10:24:46 +00:00

5 lines
177 B
Text

# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/pylice ]; then
rm -f /usr/doc/pylice
fi
# End automatically added section