mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-lang/logtalk: use xdg.eclass
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user