summaryrefslogtreecommitdiffstats
path: root/games/angband/doinst.sh
diff options
context:
space:
mode:
author David Melik <dchmelik@gmail.com>2015-07-04 14:56:48 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-07-04 14:56:48 +0700
commitebd75326638c298d52349f955ff468cd8ae5d329 (patch)
treeca671ad66731c0c8f66931587ed9dcb31cde3a35 /games/angband/doinst.sh
parent3db267fd4e43d8b8649e4f567db299744ebe7395 (diff)
downloadslackbuilds-ebd75326638c298d52349f955ff468cd8ae5d329.tar.gz
slackbuilds-ebd75326638c298d52349f955ff468cd8ae5d329.tar.xz
games/angband: Updated for version 4.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/angband/doinst.sh')
-rw-r--r--games/angband/doinst.sh28
1 files changed, 0 insertions, 28 deletions
diff --git a/games/angband/doinst.sh b/games/angband/doinst.sh
index d792186a6c..5fb28930db 100644
--- a/games/angband/doinst.sh
+++ b/games/angband/doinst.sh
@@ -1,31 +1,3 @@
-config() {
- NEW="$1"
- OLD="$(dirname $NEW)/$(basename $NEW .new)"
- [ ! -r $OLD ] && mv $NEW $OLD
- rm -f $NEW
-}
-
-config etc/angband/edit/artifact.txt.new
-config etc/angband/edit/ego_item.txt.new
-config etc/angband/edit/flavor.txt.new
-config etc/angband/edit/hints.txt.new
-config etc/angband/edit/limits.txt.new
-config etc/angband/edit/monster.txt.new
-config etc/angband/edit/monster_base.txt.new
-config etc/angband/edit/names.txt.new
-config etc/angband/edit/object.txt.new
-config etc/angband/edit/object_base.txt.new
-config etc/angband/edit/p_class.txt.new
-config etc/angband/edit/p_hist.txt.new
-config etc/angband/edit/p_race.txt.new
-config etc/angband/edit/pain.txt.new
-config etc/angband/edit/pit.txt.new
-config etc/angband/edit/room_template.txt.new
-config etc/angband/edit/spell.txt.new
-config etc/angband/edit/store.txt.new
-config etc/angband/edit/terrain.txt.new
-config etc/angband/edit/vault.txt.new
-
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi