pkg://freeciv-client-gtk_2.1.5-2_i386.deb:425428/postinst
info downloads
#!/bin/sh
set -e
update-alternatives --install /usr/games/civ civ /usr/games/civclient-gtk 50 \
--slave /usr/share/man/man6/civ.6.gz civ.6.gz /usr/share/man/man6/civclient-gtk.6.gz
update-alternatives --install /usr/games/civclient civclient /usr/games/civclient-gtk 50
# Register the GGZ module
ggz-config --install --force --modfile=/usr/share/ggz/modules/freeciv/civclient.dsc
# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
update-menus
fi
# End automatically added section