summaryrefslogtreecommitdiffstats
path: root/graphics/linux-divxplayer/files/wrapper.sh
blob: 5b56eef46a6b37971fc590237555ef176eb58628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

PROGRAM="${0}"
DATADIR="%%DATADIR%%"
DIVX_SKIN_DIR=${DATADIR}/Skins

export DIVX_SKIN_DIR

if [ -f ~/.divxPlayer/DivXPlayer.dbf ]
then
	rm -f ~/.divxPlayer/DivXPlayer.dbf
fi

exec ${PROGRAM}.bin ${*}
OpenPOWER on IntegriCloud