summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-05-08 15:03:49 -0700
committerMatt Turner <mattst88@gentoo.org>2018-05-08 15:06:49 -0700
commite08b2ed7cb6565a5d858ee966252aee401ecad75 (patch)
tree44d9b20db8023623c5ecc192595e0a004fbc8cbe /x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild
parentx11-base/xorg-x11: Add fonts USE flag (diff)
downloadgentoo-e08b2ed7cb6565a5d858ee966252aee401ecad75.tar.gz
gentoo-e08b2ed7cb6565a5d858ee966252aee401ecad75.tar.bz2
gentoo-e08b2ed7cb6565a5d858ee966252aee401ecad75.zip
x11-base/xorg-x11: Drop ancient xorg.conf save/restore
Diffstat (limited to 'x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild')
-rw-r--r--x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild b/x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild
index 8c1be663bdec..d79bbd0363f2 100644
--- a/x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild
+++ b/x11-base/xorg-x11/xorg-x11-7.4-r3.ebuild
@@ -119,19 +119,7 @@ RDEPEND="${RDEPEND}
DEPEND="${RDEPEND}"
-pkg_preinst() {
- # Save xorg.conf because of bug #278268
- if [[ -f "${EROOT%/}/etc/X11/xorg.conf" ]]; then
- cp "${EROOT%/}/etc/X11/xorg.conf" "${T}" || die
- fi
-}
-
pkg_postinst() {
- # Restore saved xorg.conf
- if [[ -f "${T}/xorg.conf" ]]; then
- cp "${T}/xorg.conf" "${EROOT%/}/etc/X11/xorg.conf" || die
- fi
-
elog
elog "Please note that the xcursors are in ${EROOT%/}/usr/share/cursors/${PN}."
elog "Any custom cursor sets should be placed in that directory."