From 930330f99242481c2b07ed7d549caca9efe47dee Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Wed, 25 Nov 2015 18:12:26 +0700 Subject: network/qbittorrent: Added qbittorrent-nox + an rc init script. Signed-off-by: Willy Sudiarto Raharjo --- network/qbittorrent/doinst.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'network/qbittorrent/doinst.sh') diff --git a/network/qbittorrent/doinst.sh b/network/qbittorrent/doinst.sh index 3e5691a052..48fc6d14ef 100644 --- a/network/qbittorrent/doinst.sh +++ b/network/qbittorrent/doinst.sh @@ -1,3 +1,18 @@ +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/rc.d/rc.qbittorrent-nox.new + if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi -- cgit v1.2.3-80-g2a13