physfs/debian/libphysfs0-dev.prerm.debhelper

7 lines
201 B
Plaintext

# 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