diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2016-02-21 12:46:09 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-23 00:57:41 +0700 |
commit | 4bd3ae7e5fecf3d6725860a596a563bb51eb4cca (patch) | |
tree | 53eefeb4115506f62bb65d369ac3e1a42d608022 /desktop/wmfs/doinst.sh | |
parent | 986594a5d1afe0466e24517d0feb7b7843e67dcb (diff) |
desktop/wmfs: Removed (no longer builds).
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'desktop/wmfs/doinst.sh')
-rw-r--r-- | desktop/wmfs/doinst.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/desktop/wmfs/doinst.sh b/desktop/wmfs/doinst.sh deleted file mode 100644 index a47480c86eb7b..0000000000000 --- a/desktop/wmfs/doinst.sh +++ /dev/null @@ -1,10 +0,0 @@ -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/wmfs/wmfsrc.new |