Silence glib-compile-schemas output
Redirect it to /dev/null; end users aren't supposed to see the warnings generated by glib-compile-schemas.
This commit is contained in:
parent
fe6eed28f8
commit
27b4bedfca
@ -1,6 +1,6 @@
|
||||
Name: baobab
|
||||
Version: 3.4.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A graphical directory tree analyzer
|
||||
|
||||
Group: Applications/System
|
||||
@ -50,13 +50,13 @@ touch --no-create %{_datadir}/icons/hicolor >&/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 || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
||||
fi
|
||||
|
||||
|
||||
%posttrans
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
@ -71,6 +71,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
|
||||
- Silence glib-compile-schemas output
|
||||
|
||||
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
|
||||
- Update to 3.4.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user