bbb8af9c10
This is version 0.2.0.
14 lines
211 B
Bash
14 lines
211 B
Bash
#!/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 "${@}"
|