155949990f
This is the official port of the Oracle Java(tm) Runtime Environment (Java SE 8).
8 lines
211 B
Text
8 lines
211 B
Text
# $NetBSD: DEINSTALL,v 1.1 2015/05/30 09:49:43 ryoon Exp $
|
|
|
|
case ${STAGE} in
|
|
DEINSTALL)
|
|
${RM} -f @JAVA_HOME@/lib/@JAVA_ARCH@/client/classes.jsa
|
|
${RM} -f @JAVA_HOME@/lib/@JAVA_ARCH@/server/classes.jsa
|
|
;;
|
|
esac
|