#!/bin/sh
case "$ACTION" in
post)
	rm -f ./etc/ssl/certs/java/cacerts
	rmdir ./etc/ssl/certs/java >/dev/null
esac
