Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/terminus-bin/
Date: Sun, 18 Apr 2021 15:44:48
Message-Id: 1618760684.060acb26193685c1a46f0a7d69355cf52954a5a1.andrewammerlaan@gentoo
1 commit: 060acb26193685c1a46f0a7d69355cf52954a5a1
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sun Apr 18 15:44:25 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sun Apr 18 15:44:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=060acb26
7
8 x11-terms/terminus-bin: fix icon cache update
9
10 inheriting xdg will automatically export the correct
11 things to the correct phases, no need to set anything
12 manually
13
14 Closes: https://bugs.gentoo.org/783813
15 Package-Manager: Portage-3.0.18, Repoman-3.0.3
16 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
17
18 x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild | 4 ----
19 1 file changed, 4 deletions(-)
20
21 diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild
22 index 46fbb1a42..d4506f821 100644
23 --- a/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild
24 +++ b/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild
25 @@ -60,7 +60,3 @@ src_install(){
26 doicon -s "${i}" ../terminus-"${i}".png
27 done
28 }
29 -
30 -pkg_postinst(){
31 - xdg_desktop_database_update
32 -}