diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-08-09 12:02:49 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-08-09 12:02:49 +0200 |
commit | 14c13255374d213dc1e3c5bf8e07830dc71c8491 (patch) | |
tree | 0be6b2311bd88d0cf935e808924fa3fce053d488 /redhat/dependencies/qt3/qt3-3.3.8.d.spec | |
parent | 193ac9dc51fbc8d12aa48fe1191c8512850cc4ff (diff) | |
download | tde-packaging-14c13255374d213dc1e3c5bf8e07830dc71c8491.tar.gz tde-packaging-14c13255374d213dc1e3c5bf8e07830dc71c8491.zip |
RHEL/Fedora: fix %post and %postun in dependency packages
Diffstat (limited to 'redhat/dependencies/qt3/qt3-3.3.8.d.spec')
-rw-r--r-- | redhat/dependencies/qt3/qt3-3.3.8.d.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/redhat/dependencies/qt3/qt3-3.3.8.d.spec b/redhat/dependencies/qt3/qt3-3.3.8.d.spec index afb20801a..53f53e976 100644 --- a/redhat/dependencies/qt3/qt3-3.3.8.d.spec +++ b/redhat/dependencies/qt3/qt3-3.3.8.d.spec @@ -548,9 +548,11 @@ mkdir -p %{buildroot}%{qtdir}/plugins/styles %clean rm -rf %{buildroot} -%post -p /sbin/ldconfig +%post +/sbin/ldconfig -%postun -p /sbin/ldconfig +%postun +/sbin/ldconfig %files %defattr(-,root,root,-) |