Comment 3 for bug 287717

Revision history for this message
Stéphane Brunner (stephane-brunner) wrote :

Especial if you have some problem to run with it I wont activate it by default but I can add something like this:

...

JAVA_ARGS=""
if [ -f /etc/default/josm ] ; then
 . /etc/default/josm
fi

...

exec $JAVACMD $JAVA_ARGS -jar /usr/share/josm/josm.jar "$@"

Than it's possible to add it and it don't rollback on update.

CU
Stéph