pkgsrc-wip/jdk15/DEINSTALL.tmpl
Brian de Alwis cc5cf2f032 Updated to use BSD Patchset #4.
Incorporated Todd Vierling and Brian de Alwis's patches.
Added support for Firefox2.
Added necessary fixes to build on NetBSD.
Removed BROKEN -- this now builds.
2007-03-01 16:58:00 +00:00

6 lines
167 B
Cheetah

# $NetBSD: DEINSTALL.tmpl,v 1.1 2007/03/01 16:58:00 briandealwis Exp $
case ${STAGE} in
DEINSTALL)
${RM} -f @JAVA_HOME@/lib/@MACHINE_ARCH@/client/classes.jsa;;
esac