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/dbus-tqt/dbus-tqt-3.5.13.spec | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'redhat/dependencies/dbus-tqt/dbus-tqt-3.5.13.spec') diff --git a/redhat/dependencies/dbus-tqt/dbus-tqt-3.5.13.spec b/redhat/dependencies/dbus-tqt/dbus-tqt-3.5.13.spec index 20f0ad55b..fbeb990ed 100644 --- a/redhat/dependencies/dbus-tqt/dbus-tqt-3.5.13.spec +++ b/redhat/dependencies/dbus-tqt/dbus-tqt-3.5.13.spec @@ -73,6 +73,18 @@ cd build %clean %__rm -rf %{?buildroot} +%post +/sbin/ldconfig || : + +%postun +/sbin/ldconfig || : + +%post devel +/sbin/ldconfig || : + +%postun devel +/sbin/ldconfig || : + %files %{tde_libdir}/*.so.* -- cgit v1.2.1