diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-03-25 13:02:10 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-03-25 13:17:04 +0200 |
commit | d97be928a8178f6bf03e65543a28e744cd44ca66 (patch) | |
tree | 2a1a0d0c4508cc7cc3769f81048d3884e6b0a858 /dev-games | |
parent | dev-games/aseprite: remove old version (diff) | |
download | gentoo-d97be928a8178f6bf03e65543a28e744cd44ca66.tar.gz gentoo-d97be928a8178f6bf03e65543a28e744cd44ca66.tar.bz2 gentoo-d97be928a8178f6bf03e65543a28e744cd44ca66.zip |
dev-games/aseprite: call xdg_icon_cache_update in 1.1.9
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/aseprite/aseprite-1.1.9.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-games/aseprite/aseprite-1.1.9.ebuild b/dev-games/aseprite/aseprite-1.1.9.ebuild index 8665940c5bc6..85eafdfe6926 100644 --- a/dev-games/aseprite/aseprite-1.1.9.ebuild +++ b/dev-games/aseprite/aseprite-1.1.9.ebuild @@ -102,10 +102,12 @@ pkg_postinst() { ewarn "For resizing support enable USE-flag bundled-libs and rebuild package." fi xdg_desktop_database_update + xdg_icon_cache_update xdg_mimeinfo_database_update } pkg_postrm() { xdg_desktop_database_update + xdg_icon_cache_update xdg_mimeinfo_database_update } |