mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xinit: change path of xinitrc.d to /etc/xinitrc.d
This commit is contained in:
parent
44f63e03b5
commit
a3f728ae96
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
. /etc/sysconfig
|
. /etc/sysconfig
|
||||||
|
|
||||||
for file in /etc/X11/xinit/xinitrc.d/* ; do
|
for file in /etc/xinitrc.d/* ; do
|
||||||
. ${file}
|
. ${file}
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user