aboutsummaryrefslogtreecommitdiff
path: root/desktop/wbar/doinst.sh
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2021-04-21 21:16:51 -0500
committerRobby Workman <rworkman@slackbuilds.org>2021-04-21 21:16:51 -0500
commitccd6638330eb0d5ab108ae400b44651915c306fd (patch)
treef82978bb31d3837367f3d997f8f68cd4abf3ca5f /desktop/wbar/doinst.sh
parentfdbab7927790a5277b65f16e60b0f37720f022cf (diff)
desktop/wbar: Removed (no maintainer)
Diffstat (limited to 'desktop/wbar/doinst.sh')
-rw-r--r--desktop/wbar/doinst.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/desktop/wbar/doinst.sh b/desktop/wbar/doinst.sh
deleted file mode 100644
index 47bc1b354266..000000000000
--- a/desktop/wbar/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/wbar.d/wbar.cfg.new