1 2 3 4 5 6 7 8 9
#!/bin/sh case "$2" in POST-INSTALL) ln -sf %%PREFIX%%/netbeans4/bin/netbeans %%PREFIX%%/bin/netbeans5 ;; esac exit 0