#!/bin/sh set -e # Automatically added by dh_installdeb/13.31 dpkg-maintscript-helper rm_conffile /etc/angband/pref/graf-mac.prf 1:4.2.5\+dfsg-1\~ angband -- "$@" dpkg-maintscript-helper rm_conffile /etc/angband/pref/graf-win.prf 1:4.2.5\+dfsg-1\~ angband -- "$@" dpkg-maintscript-helper rm_conffile /etc/angband/pref/graf-sdl.prf 1:4.2.5\+dfsg-1\~ angband -- "$@" dpkg-maintscript-helper rm_conffile /etc/angband/pref/graf-gtk.prf 1:4.2.5\+dfsg-1\~ angband -- "$@" dpkg-maintscript-helper rm_conffile /etc/angband/pref/graf-x11.prf 1:4.2.5\+dfsg-1\~ angband -- "$@" dpkg-maintscript-helper rm_conffile /etc/angband/pref/pref-x11.prf 1:4.2.5\+dfsg-1\~ angband -- "$@" dpkg-maintscript-helper rm_conffile /etc/angband/pref/pref-win.prf 1:4.2.5\+dfsg-1\~ angband -- "$@" dpkg-maintscript-helper rm_conffile /etc/angband/pref/pref-gcu.prf 1:4.2.5\+dfsg-1\~ angband -- "$@" dpkg-maintscript-helper rm_conffile /etc/angband/pref/pref-sdl.prf 1:4.2.5\+dfsg-1\~ angband -- "$@" dpkg-maintscript-helper rm_conffile /etc/angband/pref/pref-mac.prf 1:4.2.5\+dfsg-1\~ angband -- "$@" dpkg-maintscript-helper rm_conffile /etc/angband/pref/pref-acn.prf 1:4.2.5\+dfsg-1\~ angband -- "$@" dpkg-maintscript-helper rm_conffile /etc/angband/pref/user-mac.prf 1:4.2.5\+dfsg-1\~ angband -- "$@" dpkg-maintscript-helper rm_conffile /etc/angband/pref/font-gtk.prf 1:4.2.5\+dfsg-1\~ angband -- "$@" dpkg-maintscript-helper rm_conffile /etc/angband/pref/font-mac.prf 1:4.2.5\+dfsg-1\~ angband -- "$@" dpkg-maintscript-helper rm_conffile /etc/angband/edit/shop-own.txt 1:4.2.5\+dfsg-1\~ angband -- "$@" # End automatically added section # Automatically added by dh_cruft/0.9.84 if [ "$1" = "purge" ] then # we need to glob, so no quotes rm -rf ${DPKG_ROOT:-}/etc/angband/ rm -rf ${DPKG_ROOT:-}/var/games/angband/ if test -d ${DPKG_ROOT:-}/var/games/ then rmdir --ignore-fail-on-non-empty ${DPKG_ROOT:-}/var/games/ fi fi # End automatically added section