From 14c13255374d213dc1e3c5bf8e07830dc71c8491 Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Thu, 9 Aug 2012 12:02:49 +0200 Subject: RHEL/Fedora: fix %post and %postun in dependency packages --- redhat/dependencies/tqt3/tqt3-3.4.0.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'redhat/dependencies/tqt3') diff --git a/redhat/dependencies/tqt3/tqt3-3.4.0.spec b/redhat/dependencies/tqt3/tqt3-3.4.0.spec index 2a9beed91..4353bb06e 100644 --- a/redhat/dependencies/tqt3/tqt3-3.4.0.spec +++ b/redhat/dependencies/tqt3/tqt3-3.4.0.spec @@ -507,9 +507,11 @@ done %clean %__rm -rf %{buildroot} -%post -p /sbin/ldconfig +%post +/sbin/ldconfig -%postun -p /sbin/ldconfig +%postun +/sbin/ldconfig %files %defattr(-,root,root,-) -- cgit v1.2.1