aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/binder/scripts/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/binder/scripts/post-install')
-rw-r--r--x11-fm/binder/scripts/post-install30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-fm/binder/scripts/post-install b/x11-fm/binder/scripts/post-install
deleted file mode 100644
index 37fc460e68e2..000000000000
--- a/x11-fm/binder/scripts/post-install
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-installdir=${PREFIX}/JDE/Binder; export installdir
-
-for f in Binder Binder.app Processes.app Mounter.app shortcut; do
- case ${f} in
- Binder.app|Processes.app)
- target=${installdir}/bin/${f}
- ;;
- Mounter.app)
- target=${installdir}/misc/Mounter/${f}
- ;;
- Binder)
- target=${installdir}/defaults/${f}
- ;;
- shortcut)
- target=${installdir}/lib/${f}
- ;;
- esac
- ${REINPLACE_CMD} -i "" -E \
- -e "s@^([[:space:]]*set[[:space:]]+ttblibPath[[:space:]]+)\"[^\"]*\"\$@\1\"${installdir}\"@" \
- -e "s@^([[:space:]]*set[[:space:]]+ttblibPath[[:space:]]+)\{[^\}]*\}\$@\1\{${installdir}\}@" \
- -e "s@^([a-zA-Z.]+;)/usr/local/([a-zA-Z/.]+;[a-zA-Z]+)\$@\1${PREFIX}/\2@" \
- ${target}
-done
-
-${LN} -sf ${installdir}/bin/Binder.app ${PREFIX}/bin
-${LN} -sf ${installdir}/bin/Processes.app ${PREFIX}/bin
-${LN} -sf ${installdir}/misc/Mounter/Mounter.app ${PREFIX}/bin
-${LN} -sf Mounter.FreeBSD ${installdir}/misc/Mounter/Mounter