[SCM] live-initramfs branch, debian-next, updated. debian/1.236.1-1-14-g00f066f
Daniel Baumann
daniel at debian.org
Sun May 16 10:57:06 UTC 2010
The following commit has been merged in the debian-next branch:
commit 00f066f25b84509e2ee5be811f998f4e69440c9f
Author: Daniel Baumann <daniel at debian.org>
Date: Sun May 16 12:51:02 2010 +0200
Removing 35fix_language_selector, not needed anymore anyway.
diff --git a/scripts/live-bottom/35fix_language_selector b/scripts/live-bottom/35fix_language_selector
deleted file mode 100755
index 8452d12..0000000
--- a/scripts/live-bottom/35fix_language_selector
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-# initramfs-tools header
-
-PREREQ=""
-
-prereqs()
-{
- echo "${PREREQ}"
-}
-
-case "${1}" in
- prereqs)
- prereqs
- exit 0
- ;;
-esac
-
-# live-initramfs header
-
-if [ -n "${NOLANGUAGESELECTOR}" ]
-then
- exit 0
-fi
-
-. /scripts/live-functions
-
-log_begin_msg "Fixing language selector"
-
-# live-initramfs script
-
-if [ -e /root/usr/share/applications/language-selector.desktop ]
-then
- sed -i '/^Exec/ s|/usr/bin/gnome-language-selector|& -n|' /root/usr/share/applications/language-selector.desktop
-fi
-
-if [ -x /root/usr/bin/fontconfig-voodoo ]
-then
- chroot /root fontconfig-voodoo --auto --quiet || true
-fi
-
-log_end_msg
--
live-initramfs
More information about the debian-live-changes
mailing list