Skip to content

Commit 7035c40

Browse files
committed
Add ldconfig post/postun to aushape.spec
1 parent a84b6b0 commit 7035c40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

aushape.spec

+6
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ rm -r %{buildroot}/usr/include/%{name}.h
4444
%{_bindir}/%{name}
4545
%{_libdir}/lib%{name}.so*
4646

47+
%post
48+
/sbin/ldconfig
49+
50+
%postun
51+
/sbin/ldconfig
52+
4753
%changelog
4854
* Fri Feb 03 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 1-1
4955
- Release v1. Not ready for production. Following features are included.

0 commit comments

Comments
 (0)