diff options
author | 2021-04-09 09:35:48 +0200 | |
---|---|---|
committer | 2021-04-09 09:35:48 +0200 | |
commit | f944b97430ed78ee362f88868030436f23bc4e82 (patch) | |
tree | fc3b2e1ce18f5091c2f2dc22cc8ec5a7bd47eb5d /sys-power | |
parent | games-emulation/duckstation: change xdg-utils to xdg (diff) | |
download | guru-f944b97430ed78ee362f88868030436f23bc4e82.tar.gz guru-f944b97430ed78ee362f88868030436f23bc4e82.tar.bz2 guru-f944b97430ed78ee362f88868030436f23bc4e82.zip |
sys-power/gwe: change xdg-utils to xdg
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Octiabrina Terrien-Puig <octiabrina@myrvogna.net>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/gwe/gwe-0.15.2.ebuild | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sys-power/gwe/gwe-0.15.2.ebuild b/sys-power/gwe/gwe-0.15.2.ebuild index 13f2933e0..3f74dc80c 100644 --- a/sys-power/gwe/gwe-0.15.2.ebuild +++ b/sys-power/gwe/gwe-0.15.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit gnome2-utils meson python-single-r1 xdg-utils +inherit xdg gnome2-utils meson python-single-r1 DESCRIPTION="NVIDIA settings alternative with overclocking, fan control, and information" HOMEPAGE="https://gitlab.com/leinardi/gwe" @@ -53,15 +53,3 @@ src_install() { meson_src_install python_optimize } - -pkg_postinst() { - gnome2_schemas_update - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - gnome2_schemas_update - xdg_desktop_database_update - xdg_icon_cache_update -} |