diff --git a/dev-lang/logtalk/logtalk-3.47.0-r1.ebuild b/dev-lang/logtalk/logtalk-3.47.0-r1.ebuild index a7a012192b80b..e65ccc6e09609 100644 --- a/dev-lang/logtalk/logtalk-3.47.0-r1.ebuild +++ b/dev-lang/logtalk/logtalk-3.47.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit xdg-utils +inherit xdg DESCRIPTION="Open source object-oriented logic programming language" HOMEPAGE="https://logtalk.org" @@ -98,8 +98,7 @@ src_install() { } pkg_postinst() { - xdg_mimeinfo_database_update - xdg_desktop_database_update + xdg_pkg_postinst ewarn "The following integration scripts are installed" ewarn "for running logtalk with selected Prolog compilers:" @@ -126,8 +125,3 @@ pkg_postinst() { ewarn "the environment now, otherwise it will be updated at next" ewarn "login." } - -pkg_postrm() { - xdg_mimeinfo_database_update - xdg_desktop_database_update -}