Fixed #5755 (update icon cache after uninstall).
This commit is contained in:
parent
88f0b2c6ae
commit
05c6e8fd98
3 changed files with 21 additions and 13 deletions
|
|
@ -45,10 +45,10 @@ if (ICON_UPDATE)
|
|||
|
||||
add_custom_target(
|
||||
uninstall-icon-cache
|
||||
DEPENDS
|
||||
uninstall
|
||||
COMMAND
|
||||
gtk-update-icon-cache -t -f ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor
|
||||
)
|
||||
|
||||
add_dependencies(uninstall uninstall-icon-cache)
|
||||
endif ()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue