summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-05-16 10:55:44 -0700
committerMatt Turner <mattst88@gentoo.org>2019-05-16 10:58:08 -0700
commit5218a3d4afe5dc550f1c44c0894d684db85060b2 (patch)
treefaf7427bd137a658bea7d52d85fa07f7bda66577 /x11-apps/xinit/xinit-1.4.1.ebuild
parentapp-backup/btrbk: 0.28.1 version bump (diff)
downloadgentoo-5218a3d4afe5dc550f1c44c0894d684db85060b2.tar.gz
gentoo-5218a3d4afe5dc550f1c44c0894d684db85060b2.tar.bz2
gentoo-5218a3d4afe5dc550f1c44c0894d684db85060b2.zip
x11-apps/xinit: Drop xorg-3_pkg_postinst call
xorg-3.eclass does not have a pkg_postinst function. Closes: https://bugs.gentoo.org/686112 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xinit/xinit-1.4.1.ebuild')
-rw-r--r--x11-apps/xinit/xinit-1.4.1.ebuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-apps/xinit/xinit-1.4.1.ebuild b/x11-apps/xinit/xinit-1.4.1.ebuild
index 7217612718e6..5548d9324892 100644
--- 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"