1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 13:52:40 +01:00

app-misc/piper: update desktop & icons cache

This commit is contained in:
2020-01-06 23:08:53 +01:00
parent 18f4a30800
commit 70ec371841
2 changed files with 12 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python{3_6,3_7} )
inherit meson python-r1
inherit meson python-r1 xdg-utils
DESCRIPTION="GTK application to configure gaming mice"
HOMEPAGE="https://github.com/libratbag/piper"
@@ -34,3 +34,13 @@ src_install() {
meson_src_install
python_optimize "${D}"
}
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
}
pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
}