dev-games/aseprite: call xdg_icon_cache_update in 1.1.9

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2020-03-25 13:02:10 +02:00
parent 1670946d55
commit d97be928a8

View File

@@ -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
}