pkg://freeciv-client-sdl_2.1.5-2_amd64.deb:555398/postinst
info downloads
#!/bin/sh
set -e
update-alternatives --install /usr/games/civ civ /usr/games/civclient-sdl 40 \
--slave /usr/share/man/man6/civ.6.gz civ.6.gz /usr/share/man/man6/civclient-sdl.6.gz
update-alternatives --install /usr/games/civclient civclient /usr/games/civclient-sdl 40
# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
update-menus
fi
# End automatically added section