%post... editor
This commit is contained in:
parent
233eef0aea
commit
5df307423f
@ -99,16 +99,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_datadir}/gtk-doc/html/dconf
|
||||
%{_datadir}/vala
|
||||
|
||||
%post
|
||||
%post editor
|
||||
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
|
||||
%postun
|
||||
%postun editor
|
||||
if [ $1 -eq 0 ] ; then
|
||||
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
fi
|
||||
|
||||
%posttrans
|
||||
%posttrans editor
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
|
||||
%files editor
|
||||
|
Loading…
Reference in New Issue
Block a user