[SCM] live-config branch, debian-next, updated. debian/3.0_a14-1-18-g4847963

Daniel Baumann daniel at debian.org
Sun Dec 12 10:05:32 UTC 2010


The following commit has been merged in the debian-next branch:
commit 4847963b7b8dc7ca4ae0169fc06e4674c972bd37
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Dec 12 11:05:26 2010 +0100

    Updating postrm to remove xinit script in /etc/profile.d on purge.

diff --git a/debian/live-config.postrm b/debian/live-config.postrm
index 7a2fe50..3ff7435 100644
--- a/debian/live-config.postrm
+++ b/debian/live-config.postrm
@@ -5,6 +5,7 @@ set -e
 case "${1}" in
 	purge)
 		rm -f /etc/sudoers.d/live
+		rm -f /etc/profile.d/zz-live.sh
 
 		rm -rf /var/lib/live/config
 		rmdir --ignore-fail-on-non-empty /var/lib/live

-- 
live-config



More information about the debian-live-changes mailing list