xorg-server: remove old script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-04-18 14:58:33 +02:00
parent 0eabe8d2ac
commit 77cf33ca92

View File

@ -1,5 +0,0 @@
#!/bin/sh
for i in `ls xorg-server-*.patch`; do
cp $i `echo $i | sed "s,$1,$2,g"`
done