From: Elan Ruusamäe Date: Thu, 1 Sep 2011 10:41:54 +0000 (+0000) Subject: - still call ldconfig for cache updating X-Git-Tag: auto/th/botan2-2.7.0-1~7 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fbotan2.git;a=commitdiff_plain;h=923e0086387bdc44a78d26993b9b41e618ef2454 - still call ldconfig for cache updating Changed files: botan.spec -> 1.2 --- diff --git a/botan.spec b/botan.spec index 0ba0c79..1e323fe 100644 --- a/botan.spec +++ b/botan.spec @@ -118,9 +118,11 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -# not packaging shared lib properly, so no ldconfig needed -#%post -p /sbin/ldconfig -#%postun -p /sbin/ldconfig +# NOTE: only update ld.so cache, there are no symlinks +%post -p /sbin/postshell +/sbin/ldconfig -X +%postun -p /sbin/postshell +/sbin/ldconfig -X %files %defattr(644,root,root,755)