projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff4921c
)
RPM: libmetaproxy3 calls ldconfig
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 8 Sep 2010 18:28:11 +0000
(20:28 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 8 Sep 2010 18:28:11 +0000
(20:28 +0200)
metaproxy.spec
patch
|
blob
|
history
diff --git
a/metaproxy.spec
b/metaproxy.spec
index
4908ba5
..
dc541c5
100644
(file)
--- a/
metaproxy.spec
+++ b/
metaproxy.spec
@@
-74,11
+74,9
@@
rm -fr ${RPM_BUILD_ROOT}
%{_libdir}/*.so.*
%dir %{_libdir}/metaproxy/modules
-%post -n libmetaproxy3
-/sbin/ldconfig
+%post -n libmetaproxy3 -p /sbin/ldconfig
-%postun -n libmetaproxy3
-/sbin/ldconfig
+%postun -n libmetaproxy3 -p /sbin/ldconfig
%files -n libmetaproxy3-devel
%defattr(-,root,root)