summaryrefslogtreecommitdiff
path: root/x11-misc/lightdm-base/lightdm-base-1.12.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/lightdm-base/lightdm-base-1.12.3.ebuild')
-rw-r--r--x11-misc/lightdm-base/lightdm-base-1.12.3.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-misc/lightdm-base/lightdm-base-1.12.3.ebuild b/x11-misc/lightdm-base/lightdm-base-1.12.3.ebuild
index ca1c16e7..5055d565 100644
--- a/x11-misc/lightdm-base/lightdm-base-1.12.3.ebuild
+++ b/x11-misc/lightdm-base/lightdm-base-1.12.3.ebuild
@@ -105,4 +105,10 @@ src_install() {
readme.gentoo_create_doc
systemd_dounit "${FILESDIR}/${REAL_PN}.service"
+
+ if [[ -d ${D}/etc/lightdm-base ]] ; then
+ ewarn "The directory exists."
+ else
+ dosym /etc/lightdm /etc/"${PN}"
+ fi
}