diff options
Diffstat (limited to 'games/glest/doinst.sh')
-rw-r--r-- | games/glest/doinst.sh | 15 |
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 |