From 97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Tue, 26 Aug 2003 11:06:17 +0000 Subject: set Esc as the key to swich to verbose mode improve switch-theme so that it can be used in post of mandrake_theme packages remove images and config files --- bootsplash.spec | 35 +++-------------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) (limited to 'bootsplash.spec') diff --git a/bootsplash.spec b/bootsplash.spec index fbdb455..695c9be 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -50,20 +50,6 @@ done %find_lang bootsplash %post -cd %{_bootdir} - if [[ -x /usr/share/loader/make-initrd ]]; then - /usr/share/loader/make-initrd -n &> /dev/null - if [[ -x /usr/sbin/detectloader ]]; then - LOADER=$(/usr/sbin/detectloader -q) - if [[ $LOADER = "LILO" ]] && [[ -x /sbin/lilo ]];then - /sbin/lilo >/dev/null 2>/dev/null - fi - if [[ $LOADER = "YABOOT" ]] && [[ -x /sbin/ybin ]];then - /sbin/ybin >/dev/null 2>/dev/null - fi - fi - fi - # Add right translation file for i in `echo $LANGUAGE:$LC_ALL:$LC_COLLATE:$LANG:C | tr ':' ' '` do @@ -75,22 +61,6 @@ do fi done -%postun -cd %{_bootdir} - if [[ -x /usr/share/loader/make-initrd ]]; then - /usr/share/loader/make-initrd -n &> /dev/null - if [[ -x /usr/sbin/detectloader ]]; then - LOADER=$(/usr/sbin/detectloader -q) - if [[ $LOADER = "LILO" ]] && [[ -x /sbin/lilo ]];then - /sbin/lilo >/dev/null 2>/dev/null - fi - if [[ $LOADER = "YABOOT" ]] && [[ -x /sbin/ybin ]];then - /sbin/ybin >/dev/null 2>/dev/null - fi - fi - fi - - %clean rm -rf $RPM_BUILD_ROOT %files -f %name.lang @@ -98,8 +68,8 @@ rm -rf $RPM_BUILD_ROOT %doc README ChangeLog fbmngplay/ChangeLog.fbmngplay fbmngplay/README.fbmngplay fbtruetype/ChangeLog.fbtruetype fbtruetype/README.fbtruetype %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %_datadir/%{name}/scripts -%_datadir/%{name}/themes/Mandrake -%config(noreplace) %_sysconfdir/%{name}/themes/Mandrake/* +#%_datadir/%{name}/themes/Mandrake +#%config(noreplace) %_sysconfdir/%{name}/themes/Mandrake/* /bin/* /sbin/* %{_bindir}/* @@ -107,6 +77,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Sat Aug 16 2003 Pablo Saratxaga 2.0.2-1mdk - added support for other fonts, depending on the language +- now themes are in packages provinding mandrake_theme * Fri Aug 01 2003 Warly 2.0.1-2mdk - require to initscripts was not correct -- cgit v1.2.1