#!/bin/sh case "$2" in POST-INSTALL) ln -sf %%PREFIX%%/netbeans4/bin/netbeans %%PREFIX%%/bin/netbeans4 ;; esac exit 0