diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2005-02-17 19:41:13 +0000 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2005-02-17 19:41:13 +0000 |
| commit | 6253055c5534604e4dd5b80641da443d68ee61a6 (patch) | |
| tree | 9650f806120b6368426d39deb528c4da292122a2 /java/jre | |
| parent | . Move the invocation of unregistervm to the top of the packing list. (diff) | |
. Move the invocation of unregistervm to the top of the packing list.
This ensures that this command is run before the files in the package
are deleted (which is necessary for it to correctly delete the symbolic
links created by registervm).
Notes
Notes:
svn path=/head/; revision=129106
Diffstat (limited to 'java/jre')
| -rw-r--r-- | java/jre/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jre/pkg-plist b/java/jre/pkg-plist index 24faf3098567..062655480c8e 100644 --- a/java/jre/pkg-plist +++ b/java/jre/pkg-plist @@ -1,3 +1,4 @@ +@unexec %%LOCALBASE%%/bin/unregistervm "%D/jre%%JRE_VERSION%%/bin/java" jre%%JRE_VERSION%%/CHANGES jre%%JRE_VERSION%%/COPYRIGHT jre%%JRE_VERSION%%/LICENSE @@ -50,7 +51,6 @@ jre%%JRE_VERSION%%/lib/serialver.properties @exec mkdir -p %D/share/doc/java @unexec rmdir %D/share/doc/java 2>/dev/null || true @exec %%LOCALBASE%%/bin/registervm "%D/jre%%JRE_VERSION%%/bin/java # JRE%%JRE_VERSION%%" -@unexec %%LOCALBASE%%/bin/unregistervm "%D/jre%%JRE_VERSION%%/bin/java" @dirrm jre%%JRE_VERSION%%/lib/security @dirrm jre%%JRE_VERSION%%/lib/i386/green_threads @dirrm jre%%JRE_VERSION%%/lib/i386 |
