#! /bin/sh

set -e

#DEBHELPER#

update-alternatives --remove-all jruby 2> /dev/null || true

exit 0
