mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
9 lines
127 B
Bash
9 lines
127 B
Bash
#!/bin/sh
|
|
|
|
case "$2" in
|
|
POST-INSTALL)
|
|
ln -sf %%PREFIX%%/netbeans3/bin/runide.sh %%PREFIX%%/bin/netbeans3
|
|
;;
|
|
esac
|
|
|
|
exit 0
|