From f714a15f4b84df6eda6e1dd0dc933342d5181d1d Mon Sep 17 00:00:00 2001 From: John Vogel Date: Mon, 31 Mar 2014 11:59:14 +0700 Subject: desktop/bspwm: Updated for version 0.8.8. Signed-off-by: Willy Sudiarto Raharjo --- desktop/bspwm/doinst.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 desktop/bspwm/doinst.sh (limited to 'desktop/bspwm/doinst.sh') diff --git a/desktop/bspwm/doinst.sh b/desktop/bspwm/doinst.sh deleted file mode 100644 index e6b2addd81..0000000000 --- a/desktop/bspwm/doinst.sh +++ /dev/null @@ -1,14 +0,0 @@ -config() { - NEW="$1" - OLD="$(dirname $NEW)/$(basename $NEW .new)" - # If there's no config file by that name, mv it over: - if [ ! -r $OLD ]; then - mv $NEW $OLD - elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then - # toss the redundant copy - rm $NEW - fi - # Otherwise, we leave the .new copy for the admin to consider... -} - -config etc/X11/xinit/xinitrc.bspwm.new -- cgit v1.2.3