Add missing glib-compile-schemas scriptlets to the -editor subpackage
This commit is contained in:
parent
5c178a0ffd
commit
c8a2c5db2c
@ -3,7 +3,7 @@
|
||||
|
||||
Name: dconf
|
||||
Version: 0.18.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A configuration system
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -79,6 +79,8 @@ done
|
||||
|
||||
%postun editor
|
||||
if [ $1 -eq 0 ] ; then
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
|
||||
for d in hicolor HighContrast ; do
|
||||
touch --no-create %{_datadir}/icons/$d &>/dev/null || :
|
||||
gtk-update-icon-cache %{_datadir}/icons/$d &>/dev/null || :
|
||||
@ -86,6 +88,8 @@ if [ $1 -eq 0 ] ; then
|
||||
fi
|
||||
|
||||
%posttrans editor
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
|
||||
for d in hicolor HighContrast ; do
|
||||
gtk-update-icon-cache %{_datadir}/icons/$d &>/dev/null || :
|
||||
done
|
||||
@ -123,6 +127,9 @@ done
|
||||
%{_mandir}/man1/dconf-editor.1.gz
|
||||
|
||||
%changelog
|
||||
* Thu Sep 26 2013 Kalev Lember <kalevlember@gmail.com> - 0.18.0-2
|
||||
- Add missing glib-compile-schemas scriptlets to the -editor subpackage
|
||||
|
||||
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 0.18.0-1
|
||||
- Update to 0.18.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user