summaryrefslogtreecommitdiff
path: root/archivers/deepforest/scripts/post-install
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-05-06 13:53:30 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-05-06 13:53:30 +0000
commite65ad72021cd7df6c0be1ca724060b88340f405b (patch)
tree4029be45897c49ce91d49c820246889b4e030e9d /archivers/deepforest/scripts/post-install
parentUpdate to version 1.3 (diff)
A simple compress utilty using on JDE.
PR: 11423 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes
Notes: svn path=/head/; revision=18552
Diffstat (limited to '')
-rw-r--r--archivers/deepforest/scripts/post-install15
1 files changed, 15 insertions, 0 deletions
diff --git a/archivers/deepforest/scripts/post-install b/archivers/deepforest/scripts/post-install
new file mode 100644
index 000000000000..aa14facb24c5
--- /dev/null
+++ b/archivers/deepforest/scripts/post-install
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+case ${LANGUAGE} in
+ Japanese)
+ for f in DeepForest.app; do
+ ${PERL} -pi -e '
+ s/^(exec[ \t]+)wishstep[^ \t]*([ \t]+.*)$/$1wishstep$ENV{VERSION}jp$2/
+ ' ${PREFIX}/JDE/DeepForest/${f}
+ done
+ ;;
+ *)
+ ;;
+esac
+
+${LN} -sf ${PREFIX}/JDE/DeepForest/DeepForest.app ${PREFIX}/bin