/usr/share/tpclient-pywx/tp-pywx-installed is in tpclient-pywx 0.3.1.1-3.1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #! /bin/sh
ARGS=""
for ARG in "$@"; do
ARGS="$ARGS \"$ARG\""
done
echo "The client is installed in /usr/share/tpclient-pywx"
export TPCLIENT_GRAPHICS=/usr/share/tpclient-pywx/graphics
export TPCLIENT_DOC=/usr/share/doc/tpclient-pywx
echo "Graphics are installed in $TPCLIENT_GRAPHICS"
echo "Documents are installed in $TPCLIENT_DOC"
cd /usr/share/tpclient-pywx
/usr/share/tpclient-pywx/tpclient-pywx $ARGS
|