diff options
author | sbd <sbd> | 2011-12-04 02:46:07 +0000 |
---|---|---|
committer | sbd <sbd> | 2011-12-04 02:46:07 +0000 |
commit | 1ea282ef3272a1c9481588a94ecd166fdf7b32a1 (patch) | |
tree | 2e6b8ac1006ae117a290486b49ddfe2c928b150a /lang | |
parent | a363e64539dc65d7d01ce271d4e4aae3c95c419f (diff) | |
download | pkgsrc-1ea282ef3272a1c9481588a94ecd166fdf7b32a1.tar.gz |
Remove the server classes.jsa on deinstall.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sun-jre6/DEINSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/sun-jre6/DEINSTALL b/lang/sun-jre6/DEINSTALL index 63c6960ff17..ce5f9413ea3 100644 --- a/lang/sun-jre6/DEINSTALL +++ b/lang/sun-jre6/DEINSTALL @@ -1,7 +1,8 @@ -# $NetBSD: DEINSTALL,v 1.2 2007/07/31 20:04:17 jlam Exp $ +# $NetBSD: DEINSTALL,v 1.3 2011/12/04 02:46:07 sbd Exp $ case ${STAGE} in DEINSTALL) ${RM} -f @JAVA_HOME@/lib/@EMUL_ARCH@/client/classes.jsa + ${RM} -f @JAVA_HOME@/lib/@EMUL_ARCH@/server/classes.jsa ;; esac |