#!/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.2.1 if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then update-menus fi # End automatically added section # Automatically added by dh_installdeb/13.2.1 dpkg-maintscript-helper rm_conffile /etc/moria-hours 5.7.10\+20181022-2\~ -- "$@" # End automatically added section