[gnucash] Fix %%postun

Bill Nottingham notting at fedoraproject.org
Wed Jan 22 01:15:13 UTC 2014


commit 598ebf6f6f52f15f35e42501bf2260d283458bfc
Author: Bill Nottingham <notting at redhat.com>
Date:   Tue Jan 21 19:28:30 2014 -0500

    Fix %%postun

 gnucash.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gnucash.spec b/gnucash.spec
index cd4a188..c8d8a3b 100644
--- a/gnucash.spec
+++ b/gnucash.spec
@@ -1,4 +1,3 @@
-	
 Name: gnucash
 Summary: Finance management application
 Version: 2.6.0
@@ -97,7 +96,7 @@ fi
 if [ $1 -eq 0 ] ; then
     /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
     [ -x /usr/bin/gtk-update-icon-cache] && /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : 
-    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null ||
+    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 fi
 
 %posttrans


More information about the scm-commits mailing list