rpms/plymouth/devel plymouth.spec,1.5,1.6

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Thu Jun 12 18:31:45 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23967

Modified Files:
	plymouth.spec 
Log Message:
Should run --reset in preun not postun



Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plymouth.spec	12 Jun 2008 16:47:45 -0000	1.5
+++ plymouth.spec	12 Jun 2008 18:30:58 -0000	1.6
@@ -84,8 +84,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
-%postun
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%preun
 if [ $1 -eq 1 ]; then
     %{_sbindir}/plymouth-set-default-plugin --reset
 fi




More information about the fedora-extras-commits mailing list