diff options
author | Florent Villard <warly@mandriva.com> | 2003-08-26 11:06:17 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-08-26 11:06:17 +0000 |
commit | 97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153 (patch) | |
tree | 05eda5154ede93f96b451ef9f5272b6b71ebcb25 /bootsplash.spec | |
parent | 07895b95bdff958d1b7189d07957107f27898b1b (diff) | |
download | bootsplash-97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153.tar bootsplash-97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153.tar.gz bootsplash-97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153.tar.bz2 bootsplash-97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153.tar.xz bootsplash-97c3eeb99a45bc2dcdc67d90c161d0e69d3ca153.zip |
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
Diffstat (limited to 'bootsplash.spec')
-rw-r--r-- | bootsplash.spec | 35 |
1 files changed, 3 insertions, 32 deletions
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 <pablo@mandrakesoft.com> 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 <warly@mandrakesoft.com> 2.0.1-2mdk - require to initscripts was not correct |