1
0
Fork 0

spec: dropped obsoleted scriptlets

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2018-07-04 23:12:33 +02:00
parent 323acf2c43
commit 443fd85cba
No known key found for this signature in database
GPG key ID: D8E1C00E076E840B

View file

@ -292,21 +292,6 @@ if [ -d %{_sysconfdir}/grub.d ]; then
fi
%post gtk
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun gtk
if [ $1 -eq 0 ] ; then
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
fi
%posttrans gtk
/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
%files
%defattr(-,root,root,-)
%exclude %{docdir}/README.utils