|
|
|
@ -41,13 +41,15 @@ Requires: hicolor-icon-theme
@@ -41,13 +41,15 @@ Requires: hicolor-icon-theme
|
|
|
|
|
#popd |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%transfiletriggerin -- %{_datadir}/icons/Mint-Y |
|
|
|
|
#%transfiletriggerin -- %{_datadir}/icons/Mint-Y |
|
|
|
|
%post |
|
|
|
|
for _dir in %{_datadir}/icons/Mint-Y*/ ; do |
|
|
|
|
%{_bindir}/gtk-update-icon-cache --force ${_dir} &>/dev/null || : |
|
|
|
|
done |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%transfiletriggerpostun -- %{_datadir}/icons/Mint-Y |
|
|
|
|
#%transfiletriggerpostun -- %{_datadir}/icons/Mint-Y |
|
|
|
|
%postun |
|
|
|
|
for _dir in %{_datadir}/icons/Mint-Y*/ ; do |
|
|
|
|
%{_bindir}/gtk-update-icon-cache --force ${_dir} &>/dev/null || : |
|
|
|
|
done |
|
|
|
|