diff options
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/scite-5.1.1.ebuild | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/app-editors/scite/scite-5.1.1.ebuild b/app-editors/scite/scite-5.1.1.ebuild index e00df8c904a6..29dbe5730506 100644 --- a/app-editors/scite/scite-5.1.1.ebuild +++ b/app-editors/scite/scite-5.1.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 LUA_COMPAT=( lua5-1 ) -inherit lua-single toolchain-funcs xdg-utils +inherit lua-single toolchain-funcs xdg DESCRIPTION="A very powerful, highly configurable, small editor with syntax coloring" HOMEPAGE="https://www.scintilla.org/SciTE.html" @@ -112,13 +112,3 @@ src_install() { default dosym SciTE /usr/bin/scite } - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -} |