#!/bin/sh set -e case "$1" in purge) rm -rf /etc/.java ;; esac #DEBHELPER# exit 0