pkg://freeamp_2.1.1.0-4woody2_powerpc.deb:2046412/postinst
info downloads
#!/bin/sh
set -e
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/freeamp -a -d /usr/share/doc/freeamp ]; then
ln -sf ../share/doc/freeamp /usr/doc/freeamp
fi
fi
# End automatically added section
# Automatically added by dh_installmime
if [ "$1" = "configure" -a -x /usr/sbin/update-mime ]; then update-mime; fi
# End automatically added section
# Automatically added by dh_installmenu
if [ "$1" = "configure" -a -x /usr/bin/update-menus ]; then update-menus ; fi
# End automatically added section