summaryrefslogtreecommitdiffstats
path: root/system/conky/doinst.sh
diff options
context:
space:
mode:
author dsomero <xgizzmo@gmail.com>2010-05-20 00:40:53 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-05-21 00:09:44 -0500
commit4e8bfcc04205d55df1e283e93243a163d7a288f2 (patch)
tree6b28cafce8460362d2d7e785a9df4d2c77a02afa /system/conky/doinst.sh
parent61ad792affc3663137fb3b94c77e008978eb00b5 (diff)
downloadslackbuilds-4e8bfcc04205d55df1e283e93243a163d7a288f2.tar.gz
slackbuilds-4e8bfcc04205d55df1e283e93243a163d7a288f2.tar.xz
system/conky: Removed (build failure)
Diffstat (limited to 'system/conky/doinst.sh')
-rw-r--r--system/conky/doinst.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/system/conky/doinst.sh b/system/conky/doinst.sh
deleted file mode 100644
index 78304645d3..0000000000
--- a/system/conky/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/conky/conky.conf.new