#!/bin/sh # # $Id: j2sdk1.3.README.Debian,v 1.1 2001/09/19 21:12:19 srz Exp $ # # Alternatives: # ============= # The jdk1.1 and kaffe packages (and maybe other Java related packages) # all use symlinks in the /etc/alternatives directory to enable the # system administrator to choose which programs to use for java, javac, # javah, etc. # The following code resets all the symlinks for j2sdk1.3 at once. # You can execute this code with # '/bin/sh /usr/share/doc/j2sdk1.3/README.Debian' # # To reset all the symlinks for the j2re1.3 package, you can call: # '/bin/sh /usr/share/doc/j2re1.3/README.Debian' for i in appletviewer extcheck idlj j2sdk-config jar jarsigner \ javac javadoc javah javap jdb native2ascii oldjava \ oldjavac oldjdb rmic serialver HtmlConverter do update-alternatives --auto $i done exec /var/lib/dpkg/info/j2sdk1.3.postinst configure