#!/bin/sh -e SCORESFILE="/var/games/moria/scores.dat" # If the scores file is not extant, touch it into existence. if [ ! -e $SCORESFILE ]; then touch $SCORESFILE chown root:games $SCORESFILE chmod 664 $SCORESFILE fi # Automatically added by dh_installmenu/13.23 if [ "$1" = "configure" ] && [ -x "`command -v update-menus`" ] && [ -x "$DPKG_ROOT`command -v update-menus`" ]; then update-menus fi # End automatically added section # Automatically added by dh_installdeb/13.23 dpkg-maintscript-helper rm_conffile /etc/moria-hours 5.7.10\+20181022-2\~ -- "$@" # End automatically added section