Accepting request 114170 from Base:System

Correct the theme name in the post install script of
plymouth-branding-openSUSE (forwarded request 114125 from gary_lin)

OBS-URL: https://build.opensuse.org/request/show/114170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plymouth?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2012-04-18 10:34:55 +00:00 committed by Git OBS Bridge
commit 4810f4861c
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