update scriptlets to match current guidelines
This commit is contained in:
parent
4f11609dbb
commit
9720c20de4
28
gcr.spec
28
gcr.spec
@ -1,6 +1,6 @@
|
||||
Name: gcr
|
||||
Version: 3.9.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A library for bits of crypto UI and parsing
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -62,24 +62,24 @@ chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/gcr-prompter
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
update-desktop-database &> /dev/null || :
|
||||
if [ $1 -eq 0 ]; then
|
||||
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
||||
fi
|
||||
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
/usr/bin/update-desktop-database &> /dev/null || :
|
||||
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
update-desktop-database &> /dev/null || :
|
||||
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
/usr/bin/update-desktop-database &> /dev/null || :
|
||||
if [ $1 -eq 0 ] ; then
|
||||
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
||||
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
fi
|
||||
|
||||
|
||||
%posttrans
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
||||
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
@ -124,6 +124,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 10 2013 Adam Williamson <awilliam@redhat.com> - 3.9.1-2
|
||||
- use current guidelines for mimeinfo, desktop-database, gsettings
|
||||
schema and icon cache scriptlets
|
||||
|
||||
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-1
|
||||
- Update to 3.9.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user