commit: d97be928a8178f6bf03e65543a28e744cd44ca66
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 11:02:10 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 11:17:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97be928
dev-games/aseprite: call xdg_icon_cache_update in 1.1.9
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-games/aseprite/aseprite-1.1.9.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-games/aseprite/aseprite-1.1.9.ebuild
b/dev-games/aseprite/aseprite-1.1.9.ebuild
index 8665940c5bc..85eafdfe692 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
}