makedeb
A minimal installation suitable for complete per-user customization with the built-in Eclipse package manager
Viewing /eclipse.sh
.
Click here to go back to the Git tree for eclipse-platform.
#!/bin/sh
export WAYLAND_DISPLAY=''
export ECLIPSE_HOME=/usr/share/eclipse
exec ${ECLIPSE_HOME}/eclipse "$@"