summaryrefslogtreecommitdiffstats
path: root/games/empire/doinst.sh
blob: 95c1829e9f03b22bedf0c62a45175faada474e89 (plain)
config() {
  NEW="$1"
  OLD="$(dirname $NEW)/$(basename $NEW .new)"
  if [ ! -r $OLD ]; then
    mv $NEW $OLD
  elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then
    rm $NEW
  fi
}

config etc/games/empire/econfig.new
config etc/games/empire/schedule.new