mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
xrdb: use .sh session script
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4816 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#!/bin/sh
|
||||
if [ -e $HOME/.Xdefaults ]; then
|
||||
xrdb -merge -nocpp < $HOME/.Xdefaults
|
||||
fi
|
||||
@@ -4,11 +4,11 @@ DESCRIPTION = "X server resource database utility"
|
||||
LICENSE = "xrdb"
|
||||
DEPENDS += "libxmu"
|
||||
PE = "1"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI += "file://60xXDefaults"
|
||||
SRC_URI += "file://60XDefaults.sh"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${sysconfdir}/X11/Xsession.d/
|
||||
install -m 0755 ${WORKDIR}/60xXDefaults ${D}${sysconfdir}/X11/Xsession.d/
|
||||
install -m 0755 ${WORKDIR}/60XDefaults.sh ${D}${sysconfdir}/X11/Xsession.d/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user