aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/switch-themes
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/switch-themes')
-rwxr-xr-xscripts/switch-themes3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/switch-themes b/scripts/switch-themes
index b5b709f..9f8b6c3 100755
--- a/scripts/switch-themes
+++ b/scripts/switch-themes
@@ -3,7 +3,7 @@
# Copyright (C) 2002 by Chmouel Boudjnah <chmouel@mandrakesoft.com>
# Redistribution of this file is permitted under the terms of the GNU
# Public License (GPL)
-# $Id$
+# $Id: switch-themes 261681 2009-10-12 10:16:06Z fcrozat $
plymouthdir=/usr/share/plymouth
sysconfig=/etc/sysconfig/bootsplash
@@ -23,7 +23,6 @@ function get_current_theme () {
[[ $opt != THEME=* ]] && continue
theme=${opt##*=}
done < $sysconfig
- #[[ -z $theme ]] && theme="Mandriva"
echo $theme
}