summaryrefslogtreecommitdiff
path: root/games/glest/doinst.sh
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja[at]gmail[dot]com>2010-05-13 00:26:25 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-13 00:26:25 +0200
commit971596f5c35c82f9698c2866c16c7684cd6184eb (patch)
treeeffb137a45c936565d94553fe2e6fc10288d9cce /games/glest/doinst.sh
parenta2b88d12b1bf7a747702a52f0500cbbdccf9e521 (diff)
downloadslackbuilds-971596f5c35c82f9698c2866c16c7684cd6184eb.tar.gz
games/glest: Updated for version 3.2.2
Diffstat (limited to 'games/glest/doinst.sh')
-rw-r--r--games/glest/doinst.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/games/glest/doinst.sh b/games/glest/doinst.sh
index 88b9c5119c..4e8ba7071d 100644
--- a/games/glest/doinst.sh
+++ b/games/glest/doinst.sh
@@ -1,18 +1,3 @@
-config() {
- NEW="$1"
- OLD="$(dirname $NEW)/$(basename $NEW .new)"
- # If there's no config file by that name, mv it over:
- if [ ! -r $OLD ]; then
- mv $NEW $OLD
- elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then
- # toss the redundant copy
- rm $NEW
- fi
- # Otherwise, we leave the .new copy for the admin to consider...
-}
-
-config etc/glest/glest.ini.new
-
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi