mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
7 lines
121 B
Bash
7 lines
121 B
Bash
#!/bin/sh
|
|
|
|
|
|
[ "$2" != "POST-INSTALL" ] && exit 0
|
|
|
|
echo %%PREFIX%%
|
|
touch -cm %%PREFIX%%/share/eclipse/dropins/%%PLUGIN%%/
|