From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- net-misc/x2goserver/x2goserver-4.1.0.3.ebuild | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'net-misc/x2goserver/x2goserver-4.1.0.3.ebuild') diff --git a/net-misc/x2goserver/x2goserver-4.1.0.3.ebuild b/net-misc/x2goserver/x2goserver-4.1.0.3.ebuild index 710f925aa268..01bc3f6c2225 100644 --- a/net-misc/x2goserver/x2goserver-4.1.0.3.ebuild +++ b/net-misc/x2goserver/x2goserver-4.1.0.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit multilib systemd toolchain-funcs user xdg-utils +inherit multilib systemd toolchain-funcs user xdg DESCRIPTION="The X2Go server" HOMEPAGE="http://www.x2go.org" @@ -84,6 +84,7 @@ src_install() { } pkg_postinst() { + xdg_pkg_postinst if use sqlite ; then if [[ -f "${EROOT}"/var/lib/x2go/x2go_sessions ]] ; then elog "To use sqlite and update your existing database, run:" @@ -102,12 +103,4 @@ pkg_postinst() { elog "For password authentication, you need to enable PasswordAuthentication" elog "in /etc/ssh/sshd_config (disabled by default in Gentoo)" elog "An init script was installed for x2gocleansessions" - - xdg_mimeinfo_database_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_mimeinfo_database_update - xdg_desktop_database_update } -- cgit v1.2.3