[mate-file-manager-open-terminal] fix yum scriptlet errors

Wolfgang Ulbrich raveit65 at fedoraproject.org
Thu Aug 15 19:07:44 UTC 2013


commit f4fe702940efdc8d17cbea5bccca64cb5f14539b
Author: raveit65 <chat-to-me at raveit.de>
Date:   Thu Aug 15 21:07:29 2013 +0200

    fix yum scriptlet errors

 mate-file-manager-open-terminal.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/mate-file-manager-open-terminal.spec b/mate-file-manager-open-terminal.spec
index dfbceb0..6f1d65f 100644
--- a/mate-file-manager-open-terminal.spec
+++ b/mate-file-manager-open-terminal.spec
@@ -39,7 +39,8 @@ rm -f %{buildroot}%{_libdir}/caja/extensions-2.0/*.la
 
 %post -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun
+/sbin/ldconfig
 if [ $1 -eq 0 ]; then
   /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 fi
@@ -56,6 +57,7 @@ fi
 
 %changelog
 * Thu Aug 15 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.0-3
+- fix yum scriptlet errors
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list