Remove obsolete scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
ca2e007f3d
commit
9abfc308c7
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-disk-utility
|
Name: gnome-disk-utility
|
||||||
Version: 3.27.1
|
Version: 3.27.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Disks
|
Summary: Disks
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -52,25 +52,6 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome
|
|||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||||
|
|
||||||
|
|
||||||
%post
|
|
||||||
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
||||||
update-desktop-database %{_datadir}/applications &> /dev/null || :
|
|
||||||
|
|
||||||
|
|
||||||
%postun
|
|
||||||
update-desktop-database %{_datadir}/applications &> /dev/null || :
|
|
||||||
if [ $1 -eq 0 ] ; then
|
|
||||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
||||||
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
||||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
%posttrans
|
|
||||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
||||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc AUTHORS NEWS README
|
%doc AUTHORS NEWS README
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -89,6 +70,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 05 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
|
* Thu Nov 02 2017 Kalev Lember <klember@redhat.com> - 3.27.1-1
|
||||||
- Update to 3.27.1
|
- Update to 3.27.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user