Lines 12-18
Link Here
|
12 |
# Attempt to install a link for the browser plugin during post-install |
12 |
# Attempt to install a link for the browser plugin during post-install |
13 |
if [ "$2" = "POST-INSTALL" ]; then |
13 |
if [ "$2" = "POST-INSTALL" ]; then |
14 |
# Plugin location variables |
14 |
# Plugin location variables |
15 |
BROWSERPLUGINDIR=%%X11BASE%%/lib/browser_plugins |
15 |
BROWSERPLUGINDIR=%%LOCALBASE%%/lib/browser_plugins |
16 |
if [ `echo "$1" | grep jdk` ]; then |
16 |
if [ `echo "$1" | grep jdk` ]; then |
17 |
DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jdk1.5.0/jre/plugin/`uname -p`/ns7 |
17 |
DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jdk1.5.0/jre/plugin/`uname -p`/ns7 |
18 |
else |
18 |
else |