physfs/debian/libphysfs0-dev.prerm.debhelper

7 lines
201 B
Plaintext
Raw Normal View History

2002-07-30 07:20:00 +02:00
# Automatically added by dh_installdocs
if [ "$1" = remove ] || [ "$1" = upgrade ] && \
which install-docs >/dev/null 2>&1; then
install-docs -r libphysfs0-api
fi
# End automatically added section