#!/bin/bash

INSTALLDIR=./packages/java

rm -R $INSTALLDIR/jre/*

rm $INSTALLDIR/build/installed
