~ubuntu-branches/ubuntu/maverick/wacom-tools/maverick

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash
#\
#
# THIS FILE IS GENERATED FROM wacomcpl.in.
# Please make all changes to the original source file.
#
# Actual code is contained in wacomcpl-exec.
#
# Setup TCL Library Path to include WACOMXI installed directory.
# Alternatively, you can set this in your Tcl configuration yourself.
#
# JEJ - The TCLLIBPATH appears to be a Tcl list; I tried nested lists
#       (eg. [list [list foo] bar]) and it seems to work as expected.
#       Trailing space seems to be necessary.
#
WACOMXI_BINDIR=/usr/local/bin
WACOMXI_LIBDIR=/usr/local/lib
export TCLLIBPATH="[list $TCLLIBPATH $WACOMXI_LIBDIR ]"
echo "wacomcpl: using TCLLIBPATH=\"$TCLLIBPATH\""
$WACOMXI_BINDIR/wacomcpl-exec