physfs/debian/libphysfs0.postrm.debhelper

6 lines
115 B
Plaintext

# Automatically added by dh_makeshlibs
if [ "$1" = "remove" ]; then
ldconfig
fi
# End automatically added section