diff --git a/libmbim.changes b/libmbim.changes index b20d21f..87584fb 100644 --- a/libmbim.changes +++ b/libmbim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 4 20:05:30 UTC 2013 - dimstar@opensuse.org + +- Call ldconfig on post/postun of libmbim-glib0. + ------------------------------------------------------------------- Sun Dec 1 17:35:58 UTC 2013 - dimstar@opensuse.org diff --git a/libmbim.spec b/libmbim.spec index e2237a2..50baedf 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -62,6 +62,10 @@ make %{?_smp_mflags} %make_install find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print +%post -n libmbim-glib0 -p /sbin/ldconfig + +%postun -n libmbim-glib0 -p /sbin/ldconfig + %files %defattr(-,root,root) %doc ChangeLog README COPYING