summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2021-09-10 15:20:14 +0000
committerIonen Wolkens <ionen@gentoo.org>2021-09-12 17:07:34 -0400
commit1190f9c5b21549cff935545c91c782de7d57f49d (patch)
tree09c89d47cf39acd950aabf13c204901e66b808f2 /net-misc
parentmedia-sound/gmtp: use xdg instead of gnome2-utils (diff)
downloadgentoo-1190f9c5b21549cff935545c91c782de7d57f49d.tar.gz
gentoo-1190f9c5b21549cff935545c91c782de7d57f49d.tar.bz2
gentoo-1190f9c5b21549cff935545c91c782de7d57f49d.zip
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@protonmail.com> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild12
1 files changed, 1 insertions, 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 099a5b57f34a..2b4a80d051da 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
-}