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/tqca/tqca.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'redhat/dependencies/tqca/tqca.spec') diff --git a/redhat/dependencies/tqca/tqca.spec b/redhat/dependencies/tqca/tqca.spec index 77505c221..5d5f57670 100644 --- a/redhat/dependencies/tqca/tqca.spec +++ b/redhat/dependencies/tqca/tqca.spec @@ -60,8 +60,11 @@ make install INSTALL_ROOT=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig %files -- cgit v1.2.1