Remove obsolete scriptlets

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 404536e86b
commit fbfcde903d

@ -7,7 +7,7 @@
Name: plasma-breeze Name: plasma-breeze
Version: 5.11.95 Version: 5.11.95
Release: 1%{?dist} Release: 2%{?dist}
Summary: Artwork, styles and assets for the Breeze visual style for the Plasma Desktop Summary: Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
License: GPLv2+ License: GPLv2+
@ -142,19 +142,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}_kde4
mv %{buildroot}%{_kf5_datadir}/kconf_update/kde4breeze.upd \ mv %{buildroot}%{_kf5_datadir}/kconf_update/kde4breeze.upd \
%{buildroot}%{_kf5_datadir}/kconf_update/kde4breeze.upd.BAK %{buildroot}%{_kf5_datadir}/kconf_update/kde4breeze.upd.BAK
%post
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
%postun
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
fi
%files %files
%license COPYING COPYING-ICONS %license COPYING COPYING-ICONS
%{_kf5_qtplugindir}/org.kde.kdecoration2/breezedecoration.so %{_kf5_qtplugindir}/org.kde.kdecoration2/breezedecoration.so
@ -202,6 +189,9 @@ fi
%changelog %changelog
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 5.11.95-2
- Remove obsolete scriptlets
* Mon Jan 15 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.95-1 * Mon Jan 15 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.95-1
- 5.11.95 - 5.11.95

Loading…
Cancel
Save