da88ee935c
This is the Linux port of the Sun Java(tm) Runtime Environment (J2SE 7.0). * builtin.mk is not tested. BUILTIN_FIND_FILES.JAVAVM7 should be fixed * Not for NetBSD 5
8 lines
211 B
Text
8 lines
211 B
Text
# $NetBSD: DEINSTALL,v 1.1 2012/12/11 14:47:17 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
|