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