summaryrefslogtreecommitdiffstats
path: root/desktop/amiwm/doinst.sh
blob: a8c0f353fb845620dbe6844b6d9a1a35f672e0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 usr/@LIB@/amiwm/system.amiwmrc.new