Remove obsolete scriptlets that are now automatic.
This commit is contained in:
parent
dc669abc1d
commit
c86891d488
@ -1156,39 +1156,6 @@ CheckPython optimized
|
|||||||
%endif # with tests
|
%endif # with tests
|
||||||
|
|
||||||
|
|
||||||
# ======================================================
|
|
||||||
# Scriptlets
|
|
||||||
# ======================================================
|
|
||||||
|
|
||||||
%if %{without flatpackage}
|
|
||||||
|
|
||||||
%post libs -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun libs -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%posttrans
|
|
||||||
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
||||||
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%post
|
|
||||||
%if %{with flatpackage}
|
|
||||||
/sbin/ldconfig
|
|
||||||
%else
|
|
||||||
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%if %{with flatpackage}
|
|
||||||
/sbin/ldconfig
|
|
||||||
%else
|
|
||||||
if [ $1 -eq 0 ] ; then
|
|
||||||
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
||||||
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
||||||
fi
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user