[SCM] live-initramfs branch, debian-next, updated. debian/1.236.1-1-12-gd38d2d6

Daniel Baumann daniel at debian.org
Sun May 16 10:45:02 UTC 2010


The following commit has been merged in the debian-next branch:
commit d38d2d6af6e1b65e7b442cc8403d9a7e4fdd7913
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun May 16 12:39:00 2010 +0200

    Moving 34disable_kde_services to live-sysinit.

diff --git a/scripts/live-bottom/34disable_kde_services b/scripts/live-bottom/34disable_kde_services
deleted file mode 100755
index 41f881c..0000000
--- a/scripts/live-bottom/34disable_kde_services
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-# initramfs-tools header
-
-PREREQ=""
-
-prereqs()
-{
-	echo "${PREREQ}"
-}
-
-case "${1}" in
-	prereqs)
-		prereqs
-		exit 0
-		;;
-esac
-
-# live-initramfs header
-
-. /scripts/live-functions
-
-log_begin_msg "Disabling unnecessary KDE services..."
-
-# live-initramfs script
-
-rm -f /root/usr/share/autostart/kab2kabc.desktop
-rm -f /root/usr/share/autostart/kabcdistlistupdater.desktop
-rm -f /root/usr/share/autostart/korgac.desktop
-rm -f /root/usr/share/autostart/printer-applet.desktop
-rm -f /root/usr/share/autostart/nepomukserver.desktop
-rm -f /root/usr/share/kde4/services/kwalletd.desktop
-rm -f /root/usr/share/kde4/services/kded/kpackagekitd.desktop
-rm -f /root/usr/share/kde4/services/kded/freespacenotifier.desktop
-rm -f /root/usr/share/kde4/services/plasma-runner-contacts.desktop  # starts akonadi
-rm -f /root/usr/share/kde4/services/kded/notificationhelper.desktop
-
-log_end_msg

-- 
live-initramfs



More information about the debian-live-changes mailing list