Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_REQ_USE="xml"
-inherit cmake-utils flag-o-matic xdg-utils xdg toolchain-funcs python-single-r1
+inherit cmake-utils flag-o-matic xdg toolchain-funcs python-single-r1
MY_P="${P/_/}"
cmake-utils_src_install
}
-
-pkg_preinst() {
- xdg_icon_savelist
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
-}