pkg://ace-of-penguins_1.2-3_i386.deb:221072/postinst
info downloads
#!/bin/sh
set -e
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/ace-of-penguins -a -d /usr/share/doc/ace-of-penguins ]; then
ln -sf ../share/doc/ace-of-penguins /usr/doc/ace-of-penguins
fi
fi
# End automatically added section
# Automatically added by dh_installdocs
if [ "$1" = configure ] && command -v install-docs >/dev/null 2>&1; then
install-docs -i /usr/share/doc-base/ace-of-penguins
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
# Automatically added by dh_makeshlibs
if [ "$1" = "configure" ]; then
ldconfig
fi
# End automatically added section