]> git.pld-linux.org Git - packages/gpgme.git/commitdiff
- rn ldconfig in post/postun
authorfilon <filon@sokrates.mimuw.edu.pl>
Tue, 30 Apr 2002 07:54:28 +0000 (07:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gpgme.spec -> 1.3

gpgme.spec

index 81f6488ccb77e786189471139d3d77d8e64a1a3d..3738685956fd9305f74f8887eac7d807fe1deb56 100644 (file)
@@ -62,9 +62,11 @@ gzip -9nf README ChangeLog THANKS TODO NEWS AUTHORS
 rm -rf $RPM_BUILD_ROOT
 
 %post
+/sbin/ldconfig
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %postun
+/sbin/ldconfig
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %files
This page took 0.22242 seconds and 4 git commands to generate.