#! /bin/sh # Automatically added by dh_installdeb/13.24.1 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 set -e case "$1" in purge) rm -rf /var/lib/games/angband/ rm -rf /var/games/angband/ rm -rf /etc/angband/ ;; *) ;; esac exit 0