From 3ab67efe8ea2bc47083a917b9530896272a543ec Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 19 Nov 2015 00:31:56 +0100 Subject: Dependencies removed for KDE 5_15.11 because they are fulfilled by -current. - ConsoleKit2 - LibRaw - eigen2 - xapian-core --- deps/ConsoleKit2/doinst.sh | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 deps/ConsoleKit2/doinst.sh (limited to 'deps/ConsoleKit2/doinst.sh') diff --git a/deps/ConsoleKit2/doinst.sh b/deps/ConsoleKit2/doinst.sh deleted file mode 100644 index c13a36e..0000000 --- a/deps/ConsoleKit2/doinst.sh +++ /dev/null @@ -1,27 +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... -} - -preserve_perms() { - NEW="$1" - OLD="$(dirname $NEW)/$(basename $NEW .new)" - if [ -e $OLD ]; then - cp -a $OLD ${NEW}.incoming - cat $NEW > ${NEW}.incoming - mv ${NEW}.incoming $NEW - fi - config $NEW -} - -config etc/ConsoleKit/seats.d/00-primary.seat.new -preserve_perms etc/rc.d/rc.consolekit.new - -- cgit v1.2.3