- Fix post scriplet (#615021)

This commit is contained in:
Bastien Nocera 2010-07-22 13:34:09 +00:00
parent b6ebb01cb4
commit e601785d3b

View File

@ -1,6 +1,6 @@
Name: libpeas
Version: 0.5.2
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Plug-ins implementation convenience library
Group: System Environment/Libraries
@ -53,7 +53,8 @@ rm $RPM_BUILD_ROOT/%{_libdir}/lib*.la \
%find_lang libpeas
%post -p /sbin/ldconfig
%post
/sbin/ldconfig
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
%postun
@ -88,6 +89,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%{_libdir}/pkgconfig/*.pc
%changelog
* Thu Jul 22 2010 Bastien Nocera <bnocera@redhat.com> 0.5.2-5
- Fix post scriplet (#615021)
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.5.2-4
- Rebuild with new gobject-introspection