diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-15 22:42:06 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 19:54:33 -0500 |
commit | e1c20fb81014d786a0e05e8cf1f9afe0f5d8d29c (patch) | |
tree | f09eb20466be29d3e11bce0999be75f1aca4b2c0 /games/jackhammer/doinst.sh | |
parent | 949604ffef4850123b934ebef739c0f8ead2710d (diff) | |
download | slackbuilds-e1c20fb81014d786a0e05e8cf1f9afe0f5d8d29c.tar.gz |
games/jackhammer: Removed (No maintainer).
Diffstat (limited to 'games/jackhammer/doinst.sh')
-rw-r--r-- | games/jackhammer/doinst.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/games/jackhammer/doinst.sh b/games/jackhammer/doinst.sh deleted file mode 100644 index 6dca820c05..0000000000 --- a/games/jackhammer/doinst.sh +++ /dev/null @@ -1,18 +0,0 @@ -# Based on qstat's "doinst.sh" by David Somero -# Handle configuration files -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... -} -# List of configuration files (they should end in .new) - -config opt/Jackhammer/VDKGameCfg.ini.new -config opt/Jackhammer/VDKRunCfg.ini.new -config opt/Jackhammer/VDKSettings.ini.new |