#!/bin/sh -e # Originally shamelessly stolen from Joey Hess' bsdgames-2.12-9 SCORESFILE="/var/games/moria/scores.dat" # Remove high score files on purge. if [ "$1" = "purge" ]; then rm -f $SCORESFILE rmdir /var/games/moria /var/games 2>/dev/null || true fi # Automatically added by dh_installdeb/13.23 dpkg-maintscript-helper rm_conffile /etc/moria-hours 5.7.10\+20181022-2\~ -- "$@" # End automatically added section # Automatically added by dh_installmenu/13.23 if [ -x "`command -v update-menus`" ] && [ -x "$DPKG_ROOT`command -v update-menus`" ]; then update-menus ; fi # End automatically added section