summaryrefslogtreecommitdiffstats
path: root/network/s-nail/doinst.sh
diff options
context:
space:
mode:
author Matteo Bernardini2020-02-01 11:30:01 +0100
committer Matteo Bernardini2020-02-01 11:30:01 +0100
commit859074d1e59a25ba5c6c0847c7426040fa49c03f (patch)
tree26659396fff572f012b4c7b5643e59b104b6be0b /network/s-nail/doinst.sh
parent1ea0a5fd98d8722b1ced0b8a431fb3d8ac30faa6 (diff)
downloadslackbuilds-current-20200201.1.tar.gz
20200201.1 global branch merge.current-20200201.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/s-nail/doinst.sh')
-rw-r--r--network/s-nail/doinst.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/network/s-nail/doinst.sh b/network/s-nail/doinst.sh
deleted file mode 100644
index b541fb201d..0000000000
--- a/network/s-nail/doinst.sh
+++ /dev/null
@@ -1,13 +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/nail.rc.new