Remove obsolete scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
b6fb9a3990
commit
64dadb9e7f
@ -2,7 +2,7 @@
|
||||
|
||||
Name: gsettings-desktop-schemas
|
||||
Version: 3.27.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A collection of GSettings schemas
|
||||
|
||||
License: LGPLv2+
|
||||
@ -49,14 +49,6 @@ make %{?_smp_mflags}
|
||||
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
%posttrans
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
fi
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS MAINTAINERS NEWS README
|
||||
@ -74,6 +66,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.1-2
|
||||
- Remove obsolete scriptlets
|
||||
|
||||
* Thu Nov 02 2017 Kalev Lember <klember@redhat.com> - 3.27.1-1
|
||||
- Update to 3.27.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user