diff options
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 a47480c86e..0000000000 --- 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 |