[SCM] live-helper branch, debian-next, updated. debian/2.0_a16-1-5-g3ce9d49
Daniel Baumann
daniel at debian.org
Sat Jun 26 16:36:56 UTC 2010
The following commit has been merged in the debian-next branch:
commit 0f3a66b025ee5d1aad2a48ef8d1e717ba661da50
Author: Daniel Baumann <daniel at debian.org>
Date: Sat Jun 26 18:35:53 2010 +0200
Adding lxde-desktop hook to remove gdm and gdm-themes.
diff --git a/functions/man.sh b/hooks/lxde-desktop
similarity index 67%
copy from functions/man.sh
copy to hooks/lxde-desktop
index c01cf1b..3b4514c 100755
--- a/functions/man.sh
+++ b/hooks/lxde-desktop
@@ -1,17 +1,12 @@
#!/bin/sh
-# man.sh - print man information
+# /usr/share/live-helper/hooks/minimal - hook list for live-helper(7)
# Copyright (C) 2006-2010 Daniel Baumann <daniel at debian.org>
#
# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
# This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details.
-Man ()
-{
- if [ -x "$(which man 2>/dev/null)" ]
- then
- man lh_$(basename ${0})
- exit 0
- fi
-}
+set -e
+
+apt-get remove --purge gdm gdm-themes
--
live-helper
More information about the debian-live-changes
mailing list