1
# Automatically added by dh_installdocs
2
if [ "$1" = remove ] || [ "$1" = upgrade ] && \
3
which install-docs >/dev/null 2>&1; then
4
install-docs -r libphysfs0-api
5
fi
6
# End automatically added section