projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afaef99
)
app-editors/scite: Add inherit xdg-utils
author
Ervin Peters
<ervin.peters@ervnet.de>
Sat, 18 Nov 2017 01:23:42 +0000
(
02:23
+0100)
committer
Jonas Stein
<jstein@gentoo.org>
Sat, 18 Nov 2017 01:26:12 +0000
(
02:26
+0100)
Closes: https://bugs.gentoo.org/628716
Package-Manager: Portage-2.3.14, Repoman-2.3.5
app-editors/scite/scite-3.5.5.ebuild
patch
|
blob
|
history
diff --git
a/app-editors/scite/scite-3.5.5.ebuild
b/app-editors/scite/scite-3.5.5.ebuild
index e63650313670e6c9d2dfdbb9d7079a18fdb5a1b7..e780172d8def535b05bcd0efc353c01b51bc4b3b 100644
(file)
--- a/
app-editors/scite/scite-3.5.5.ebuild
+++ b/
app-editors/scite/scite-3.5.5.ebuild
@@
-3,7
+3,7
@@
EAPI="5"
-inherit toolchain-funcs eutils
+inherit toolchain-funcs eutils
xdg-utils
MY_PV=${PV//./}
DESCRIPTION="A very powerful editor for programmers"
@@
-82,3
+82,11
@@
src_install() {
doman ../doc/scite.1
dodoc ../README
}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}