X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=jre-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;h=780cec3201464b8b7fa64313a0c47979cd6bbfaf;hp=09395abc9b2d6bd124a6cd0918561b88944f9290;hb=b99fc1f5dc32567f6d28d3545f91e30790a37c26;hpb=4e40455e899a10954e2b2d717ea68e803086cd57 diff --git a/debian/postinst b/debian/postinst index 09395ab..780cec3 100755 --- a/debian/postinst +++ b/debian/postinst @@ -2,7 +2,7 @@ set -e -[ "$DEBIAN_SCRIPT_DEBUG" ] && set -x +[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx case "$1" in configure) @@ -19,7 +19,7 @@ case "$1" in ;; esac -libdir="/usr/lib/jvm/java-1.5.0-sun/jre" +libdir="/usr/lib/jvm/java-6-sun/jre" if [ -x /usr/sbin/chpax ]; then chpax=/usr/sbin/chpax