#! /bin/sh set -e PROG=/usr/games/geki2 case "$1" in configure) # Cancel my old stupid use of dpkg-statoverride if [ "$1" = "configure" ] && [ "$2" != "" ] && dpkg --compare-versions "$2" le "2.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/geki2.scores; then cat >/var/games/geki2.scores <&2 exit 1 ;; esac