10 lines
127 B
Bash
10 lines
127 B
Bash
#!/bin/sh
|
|
|
|
case "$2" in
|
|
POST-INSTALL)
|
|
ln -sf %%PREFIX%%/netbeans3/bin/runide.sh %%PREFIX%%/bin/netbeans3
|
|
;;
|
|
esac
|
|
|
|
exit 0
|