diff options
Diffstat (limited to 'lang/sun-jre15/DEINSTALL.tmpl')
-rw-r--r-- | lang/sun-jre15/DEINSTALL.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/sun-jre15/DEINSTALL.tmpl b/lang/sun-jre15/DEINSTALL.tmpl new file mode 100644 index 00000000000..dfd396aafd1 --- /dev/null +++ b/lang/sun-jre15/DEINSTALL.tmpl @@ -0,0 +1,6 @@ +# $NetBSD: DEINSTALL.tmpl,v 1.1 2004/10/09 04:19:10 tv Exp $ + +case ${STAGE} in +DEINSTALL) + ${RM} -f @JAVA_HOME@/lib/@MACHINE_ARCH@/client/classes.jsa;; +esac |