projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e16739
)
x11-apps/xinit: Drop xorg-3_pkg_postinst call
author
Matt Turner
<mattst88@gentoo.org>
Thu, 16 May 2019 17:55:44 +0000
(10:55 -0700)
committer
Matt Turner
<mattst88@gentoo.org>
Thu, 16 May 2019 17:58:08 +0000
(10:58 -0700)
xorg-3.eclass does not have a pkg_postinst function.
Closes: https://bugs.gentoo.org/686112
Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-apps/xinit/xinit-1.4.1.ebuild
patch
|
blob
|
history
diff --git
a/x11-apps/xinit/xinit-1.4.1.ebuild
b/x11-apps/xinit/xinit-1.4.1.ebuild
index 7217612718e61df0781013e435604c2c26e6d112..5548d9324892d2d0f4913448bf1ba814fde9c48b 100644
(file)
--- a/
x11-apps/xinit/xinit-1.4.1.ebuild
+++ b/
x11-apps/xinit/xinit-1.4.1.ebuild
@@
-53,8
+53,6
@@
src_install() {
}
pkg_postinst() {
- xorg-3_pkg_postinst
-
if ! has_version 'x11-apps/xinit'; then
ewarn "If you use startx to start X instead of a login manager like gdm/kdm,"
ewarn "you can set the XSESSION variable to anything in /etc/X11/Sessions/ or"