pkgsrc/lang/sun-jre7/DEINSTALL
ryoon da88ee935c Import sun-jre7-7.0.9 as lang/sun-jre7.
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
2012-12-11 14:47:17 +00:00

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