xserver-kdrive-common: remove the xrdb session script, the xrdb package has it now

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4724 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2008-06-24 10:54:43 +00:00
parent 01c743d742
commit 31006b91f8
2 changed files with 1 additions and 5 deletions

View File

@@ -1,4 +0,0 @@
#!/bin/sh
if [ -e $HOME/.Xdefaults ]; then
xrdb -merge -nocpp < $HOME/.Xdefaults
fi

View File

@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit formfactor"
PR = "r27"
PR = "r28"
SRC_URI = "file://etc"
S = ${WORKDIR}