[SCM] live-config branch, debian, updated. debian/3.0_a18-1-9-g98a9f95

Daniel Baumann daniel at debian.org
Wed May 18 17:19:00 UTC 2011


The following commit has been merged in the debian branch:
commit f1d38f4df5461f09c7fa0fccf9cb652d578b330c
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Mar 25 13:20:52 2011 +0100

    Updating script selection for progress.

diff --git a/bin/live-config-update b/bin/live-config-update
index 07720bb..de32661 100755
--- a/bin/live-config-update
+++ b/bin/live-config-update
@@ -26,8 +26,15 @@ _RELEASE="$(lsb_release -cs | tr [A-Z] [a-z])"
 echo "Removing unused scripts..."
 
 case "${_DISTRIBUTION}" in
-	debian|progress)
+	debian)
+		# Removing ubuntu scripts
+		rm -f "${_DIRECTORY}"/*-apport
+		rm -f "${_DIRECTORY}"/*-ureadahead
+		;;
+
+	progress)
 		# Removing ubuntu scripts
+		rm -f "${_DIRECTORY}"/*-upstart
 		rm -f "${_DIRECTORY}"/*-apport
 		rm -f "${_DIRECTORY}"/*-ureadahead
 		;;

-- 
live-config



More information about the debian-live-changes mailing list