spec: dropped obsoleted scriptlets
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
323acf2c43
commit
443fd85cba
1 changed files with 0 additions and 15 deletions
15
tuned.spec
15
tuned.spec
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue