aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDex Conner <cantcuckthis@danwin1210.de>2022-04-11 20:19:50 +0300
committerDex Conner <cantcuckthis@danwin1210.de>2022-04-11 20:19:50 +0300
commit9c68b12dec128ac9f9696f7dcaf3edad0fc5b238 (patch)
treeed481cab8f7aa29ad9b0d19bfab6af190cfa6e4e /app-misc
parentnet-client/lagrange: add 1.12.1, drop 1.11.1 (diff)
downloadguru-9c68b12dec128ac9f9696f7dcaf3edad0fc5b238.tar.gz
guru-9c68b12dec128ac9f9696f7dcaf3edad0fc5b238.tar.bz2
guru-9c68b12dec128ac9f9696f7dcaf3edad0fc5b238.zip
app-misc/lf: Use xdg not xdg-utils
Closes: https://bugs.gentoo.org/837767 Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/lf/lf-27.ebuild12
1 files changed, 1 insertions, 11 deletions
diff --git a/app-misc/lf/lf-27.ebuild b/app-misc/lf/lf-27.ebuild
index 345900a6c..44760a8af 100644
--- a/app-misc/lf/lf-27.ebuild
+++ b/app-misc/lf/lf-27.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit go-module bash-completion-r1 desktop xdg-utils
+inherit go-module bash-completion-r1 desktop xdg
SRC_URI="https://github.com/gokcehan/lf/archive/r${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://github.com/cantcuckthis/gentoo-lf/raw/main/${P}-deps.tar.xz"
@@ -56,13 +56,3 @@ src_install() {
domenu "${PN}.desktop"
}
-
-src_postinst() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
-}
-
-src_postrm() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
-}