arcconf/debian/arcconf.wrapper

4 lines
115 B
Plaintext
Raw Normal View History

#!/bin/sh
LD_LIBRARY_PATH=/usr/lib/arcconf:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
exec /usr/lib/arcconf/arcconf $@