commit: 1190f9c5b21549cff935545c91c782de7d57f49d
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri Sep 10 15:20:14 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Sep 12 21:07:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1190f9c5
net-misc/tigervnc: use xdg instead of gnome2-utils
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild
b/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild
index 099a5b57f34..2b4a80d051d 100644
--- a/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
CMAKE_IN_SOURCE_BUILD=1
-inherit autotools cmake flag-o-matic java-pkg-opt-2 systemd xdg-utils
gnome2-utils
+inherit autotools cmake flag-o-matic java-pkg-opt-2 systemd xdg
XSERVER_VERSION="1.20.0"
@@ -186,13 +186,3 @@ src_install() {
done
fi
}
-
-pkg_postinst() {
- xdg_desktop_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- gnome2_icon_cache_update
-}