Accepting request 114125 from home:gary_lin:branches:Base:System

Correct the theme name in the post install script of
plymouth-branding-openSUSE

OBS-URL: https://build.opensuse.org/request/show/114125
OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=25
This commit is contained in:
Raymond Wooninck 2012-04-17 13:26:26 +00:00 committed by Git OBS Bridge
parent 1c0ff11341
commit 00af1e5d1b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 17 10:30:57 UTC 2012 - glin@suse.com
- Correct the theme name in the post install script of
plymouth-branding-openSUSE
-------------------------------------------------------------------
Thu Apr 5 14:44:25 UTC 2012 - tittiatcoke@gmail.com

View File

@ -467,7 +467,7 @@ fi
if [ $1 -eq 1 ]; then
export LIB=%{_libdir}
if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "text" ]; then
%{_sbindir}/plymouth-set-default-theme SuSE
%{_sbindir}/plymouth-set-default-theme openSUSE
if [ -x /sbin/mkinitrd ]; then
/sbin/mkinitrd
fi