From 33c5180f524747f720aa560b1d32b8c98e0bc3ca Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Thu, 15 Sep 2005 20:53:30 +0000 Subject: remove some last mandrake --- bootsplash.spec | 7 +++++-- scripts/make-boot-splash | 2 +- scripts/switch-themes | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/bootsplash.spec b/bootsplash.spec index 482e2d6..785db0e 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,6 +1,6 @@ %define name bootsplash -%define version 3.1.8 -%define release %mkrel 3 +%define version 3.1.9 +%define release %mkrel 1 %define _bootdir /boot Summary: The Boot Splash Images and scripts @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Wed Sep 07 2005 Warly 3.1.9-1mdk +- update po + * Thu Sep 15 2005 Pixel 3.1.8-3mdk - fix upgrading mandrakelinux-theme to mandriva-theme by patching remove-theme ("remove-theme Mandrakelinux" from the preun of mandrakelinux-theme 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 "; 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 } -- cgit v1.2.1