summaryrefslogtreecommitdiff
path: root/community/lxdm
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-15 11:37:21 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-15 11:37:21 -0300
commita1ae9076f18ec51553e17dfe867f95b6b4931362 (patch)
treec0ca52078abd65c9f3d4c40cf871bbae7d17d5c2 /community/lxdm
parent7caeeae33fd491dbea5044168bbc50197963118c (diff)
parent28b13b7e8e6e1e4fa1593f0dfb1c37569f2f90a8 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/asunder/PKGBUILD community/gshare/PKGBUILD community/kim4/PKGBUILD community/listen/PKGBUILD community/mercury/PKGBUILD core/eglibc/nscd
Diffstat (limited to 'community/lxdm')
-rw-r--r--community/lxdm/Xsession.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/lxdm/Xsession.patch b/community/lxdm/Xsession.patch
deleted file mode 100644
index a9ba63233..000000000
--- a/community/lxdm/Xsession.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- data/Xsession.orig 2010-01-31 20:48:08.695677408 -0200
-+++ data/Xsession 2010-01-31 20:47:48.260223292 -0200
-@@ -2,6 +2,11 @@
-
- # use bash for "exec -l", howto run login shell by /bin/sh ?
-
-+[[ -f /etc/profile ]] && . /etc/profile
-+[[ -f "$HOME/.profile" ]] && . "$HOME/.profile"
-+[[ -f /etc/xprofile ]] && . /etc/xprofile
-+[[ -f "$HOME/.xprofile" ]] && . "$HOME/.xprofile"
-+
- if [ $# -eq 1 -a -n "$1" ]; then
- LXSESSION=$1
- else