rpms/plymouth/devel plymouth.spec,1.10,1.11

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Wed Jun 18 03:33:12 UTC 2008


Author: rstrode

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

Modified Files:
	plymouth.spec 
Log Message:
drop echos



Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- plymouth.spec	17 Jun 2008 17:43:57 -0000	1.10
+++ plymouth.spec	18 Jun 2008 03:32:31 -0000	1.11
@@ -87,7 +87,6 @@
 rm -rf $RPM_BUILD_ROOT
 
 %postun
-echo plymouth postun "$@"
 if [ $1 -eq 0 ]; then
 	rm %{_libdir}/plymouth/default.so
 fi
@@ -96,13 +95,11 @@
 %postun libs -p /sbin/ldconfig
 
 %post plugin-spinfinity
-echo plymouth-spinfinity post "$@"
 if [ $1 -eq 1 ]; then
     %{_sbindir}/plymouth-set-default-plugin spinfinity
 fi
 
 %postun plugin-spinfinity
-echo plymouth-spinfinity postun "$@"
 if [ $1 -eq 0 ]; then
     if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "spinfinity" ]; then
         %{_sbindir}/plymouth-set-default-plugin --reset
@@ -110,13 +107,11 @@
 fi
 
 %post plugin-fade-in
-echo plymouth-fade-in post "$@"
 if [ $1 -eq 1 ]; then
     %{_sbindir}/plymouth-set-default-plugin fade-in
 fi
 
 %postun plugin-fade-in
-echo plymouth-fade-in postun "$@"
 if [ $1 -eq 0 ]; then
     if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "fade-in" ]; then
         %{_sbindir}/plymouth-set-default-plugin --reset




More information about the fedora-extras-commits mailing list