]> git.pld-linux.org Git - packages/libsmi.git/commitdiff
- added missing %post/%postun with runing /sbin/ldconfig. libsmi-0_1_6-1
authorkloczek <kloczek@pld-linux.org>
Thu, 30 Sep 1999 18:52:39 +0000 (18:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libsmi.spec -> 1.3

libsmi.spec

index c1849f9b2c5d3d340c3f60c25504524d1ba7c651..2a7e3c0571da9eb8934705b78b969820c1c14396 100644 (file)
@@ -91,6 +91,9 @@ gzip -9nf $RPM_BUILD_ROOT/%{_mandir}/man?/* \
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
This page took 0.102337 seconds and 4 git commands to generate.