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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user