#!/bin/sh
INSTALL_DIR="/opt/maemo/usr/share/jline"
cd "$INSTALL_DIR"
ln -s jline-0.9.94.jar jline.jar
ln -s "$INSTALL_DIR" /usr/share/jline
