SHA256
1
0
forked from pool/plymouth
Raymond Wooninck
2012-04-10 10:20:33 +00:00
committed by Git OBS Bridge
parent 35e72c7d86
commit 1c0ff11341
2 changed files with 4 additions and 4 deletions

View File

@@ -477,7 +477,7 @@ fi
%postun branding-openSUSE
if [ $1 -eq 0 ]; then
export lib=%{_libdir}
if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "SuSE" ]; then
if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "openSUSE" ]; then
%{_sbindir}/plymouth-set-default-theme --reset
/sbin/mkinitrd
fi
@@ -620,6 +620,6 @@ fi
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/plymouth/plymouthd.conf
%{_datadir}/plymouth/logo.png
%{_datadir}/plymouth/themes/SuSE/
%{_datadir}/plymouth/themes/openSUSE/
%changelog