summaryrefslogtreecommitdiffstats
path: root/source/installer/sources/initrd/usr/lib/setup/SeTPKG
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer/sources/initrd/usr/lib/setup/SeTPKG')
-rwxr-xr-xsource/installer/sources/initrd/usr/lib/setup/SeTPKG14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/installer/sources/initrd/usr/lib/setup/SeTPKG b/source/installer/sources/initrd/usr/lib/setup/SeTPKG
index 02a47373d..6ae2d2135 100755
--- a/source/installer/sources/initrd/usr/lib/setup/SeTPKG
+++ b/source/installer/sources/initrd/usr/lib/setup/SeTPKG
@@ -74,19 +74,19 @@ fi
if [ -d $DS/kde -o "$DS" = "" ]; then
cat << EOF >> $TMP/tmpscript
-"KDE" "The K Desktop Environment for X" on "The KDE series contains the K Desktop Environment and related libraries." \\
+"KDE" "The KDE Plasma Desktop" on "The KDE series contains the KDE Plasma Desktop for X." \\
EOF
fi
-if [ -d $DS/kdei -o "$DS" = "" ]; then
-cat << EOF >> $TMP/tmpscript
-"KDEI" "International language support for KDE" off "The KDEI series provides support for languages other than US English in KDE." \\
-EOF
-fi
+#if [ -d $DS/kdei -o "$DS" = "" ]; then
+#cat << EOF >> $TMP/tmpscript
+#"KDEI" "International language support for KDE" off "The KDEI series provides support for languages other than US English in KDE." \\
+#EOF
+#fi
if [ -d $DS/l -o "$DS" = "" ]; then
cat << EOF >> $TMP/tmpscript
-"L" "System Libraries (some needed by both KDE and GNOME)" "on" "The L series contains libraries needed by GNOME, KDE, and other programs." \\
+"L" "System Libraries (some needed by both KDE and Xfce)" "on" "The L series contains libraries needed by KDE, Xfce, and other programs." \\
EOF
fi