Files
commandergenius/project/jni/application/xserver-debian/AndroidData/postinstall2.sh
2014-05-02 20:01:52 +03:00

10 lines
265 B
Bash
Executable File

#!/system/bin/sh
echo "Extracting XSDL data files"
cd $SECURE_STORAGE_DIR
./busybox tar xzf $UNSECURE_STORAGE_DIR/data-1.tar.gz
rm -f $UNSECURE_STORAGE_DIR/data-1.tar.gz
cd $SECURE_STORAGE_DIR/img
echo "Installation path: $SECURE_STORAGE_DIR/img"
./postinstall.sh