Remove obsolete file

I forgot to remove it when I killed the spice-client package
This commit is contained in:
Christophe Fergeau 2013-05-23 15:46:59 +02:00
parent bfaf8bac1a
commit 10cbec62a1

View File

@ -1,6 +0,0 @@
#!/bin/sh
logger -t spice "starting spicec --controller $@..."
env | logger -t spice
exec spicec --controller "$@" 2>&1 | logger -t spice
logger -t spice "spicec execution failed"