#! /bin/sh PROG=/usr/games/geki3 case "$1" in configure) # Cancel my old stupid use of dpkg-statoverride if [ "$1" = "configure" ] && [ "$2" != "" ] && dpkg --compare-versions "$2" le "1.0.3-4" && dpkg-statoverride --list "$PROG" >/dev/null then dpkg-statoverride --remove "$PROG" fi # Properly use statoverride if ! dpkg-statoverride --list "$PROG" >/dev/null ; then chown root:games "$PROG" chmod 2755 "$PROG" fi if ! test -f /var/games/geki3.scores; then cat >/var/games/geki3.scores <&2 exit 1 ;; esac # Automatically added by dh_installmenu/13.6 if [ "$1" = "configure" ] && [ -x "`command -v update-menus`" ]; then update-menus fi # End automatically added section