SlackBuildsOrg/games/adom/doinst.sh
pyllyukko ad9e87a9db games/adom: Updated for version r60.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-10-25 10:04:50 +07:00

15 lines
369 B
Bash

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 [ -s "$OLD" ]; then
# toss the redundant copy
rm $NEW
fi
# Otherwise, we leave the .new copy for the admin to consider...
}
config etc/adom_ds.cfg.new
config var/lib/adom/HISCORE.new