aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2005-09-15 20:53:30 +0000
committerFlorent Villard <warly@mandriva.com>2005-09-15 20:53:30 +0000
commit33c5180f524747f720aa560b1d32b8c98e0bc3ca (patch)
treeb0b75578272734082c692edd35c0f7ee6ec8d77e /scripts
parent24a1ba9691e754f33d4adda67e21cb59c367d224 (diff)
downloadbootsplash-33c5180f524747f720aa560b1d32b8c98e0bc3ca.tar
bootsplash-33c5180f524747f720aa560b1d32b8c98e0bc3ca.tar.gz
bootsplash-33c5180f524747f720aa560b1d32b8c98e0bc3ca.tar.bz2
bootsplash-33c5180f524747f720aa560b1d32b8c98e0bc3ca.tar.xz
bootsplash-33c5180f524747f720aa560b1d32b8c98e0bc3ca.zip
remove some last mandrake
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make-boot-splash2
-rwxr-xr-xscripts/switch-themes2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash
index 45abd82..177005c 100755
--- a/scripts/make-boot-splash
+++ b/scripts/make-boot-splash
@@ -9,7 +9,7 @@
: ${splash_cfg=/etc/bootsplash}
[[ -f /etc/sysconfig/bootsplash ]] && source /etc/sysconfig/bootsplash
-[[ -z $THEME ]] && THEME=Mandrake
+[[ -z $THEME ]] && THEME=Mandriva
[ $# = 2 ] || { echo "usage: $0 <initrd> <resolution>"; exit 1; }
diff --git a/scripts/switch-themes b/scripts/switch-themes
index 99d3368..5f9b0d7 100755
--- a/scripts/switch-themes
+++ b/scripts/switch-themes
@@ -23,7 +23,7 @@ function get_current_theme () {
[[ $opt != THEME=* ]] && continue
theme=${opt##*=}
done < $sysconfig
- #[[ -z $theme ]] && theme="Mandrake"
+ #[[ -z $theme ]] && theme="Mandriva"
echo $theme
}