summaryrefslogtreecommitdiffstats
path: root/desktop/bashmount/doinst.sh
blob: 0aaebe3821809309a5fc0c4d85ea559b505b4f3f (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 etc/bashmount.conf.new