libsxmp/debian/libsntl.postrm.debhelper

6 lines
115 B
Plaintext
Raw Normal View History

2015-05-14 02:20:25 +03:00
# Automatically added by dh_makeshlibs
if [ "$1" = "remove" ]; then
ldconfig
fi
# End automatically added section