[packages/guvcview] ldconfig invocation in post/postun

sls sls at pld-linux.org
Fri Jan 22 23:01:16 CET 2016


commit 1835ad1809197ceb2d065ac86451f44c09b8630b
Author: Szymon Siwek <sls at pld-linux.org>
Date:   Fri Jan 22 23:00:16 2016 +0100

    ldconfig invocation in post/postun

 guvcview.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/guvcview.spec b/guvcview.spec
index bdd16e3..0517afe 100644
--- a/guvcview.spec
+++ b/guvcview.spec
@@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README.md
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/guvcview.git/commitdiff/1835ad1809197ceb2d065ac86451f44c09b8630b



More information about the pld-cvs-commit mailing list