diff options
Diffstat (limited to 'java/eclipse-pydev/files')
-rw-r--r-- | java/eclipse-pydev/files/pkg-install.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/eclipse-pydev/files/pkg-install.in b/java/eclipse-pydev/files/pkg-install.in new file mode 100644 index 000000000000..4cebb2f204fb --- /dev/null +++ b/java/eclipse-pydev/files/pkg-install.in @@ -0,0 +1,9 @@ +#!/bin/sh +# +# $FreeBSD$ + + +[ "$2" != "POST-INSTALL" ] && exit 0 + +echo %%PREFIX%% +touch -cm %%PREFIX%%/share/eclipse/dropins/%%PLUGIN%%/ |