diff options
Diffstat (limited to 'editors/abiword-devel/pkg-install')
-rw-r--r-- | editors/abiword-devel/pkg-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/abiword-devel/pkg-install b/editors/abiword-devel/pkg-install new file mode 100644 index 000000000..79ce89789 --- /dev/null +++ b/editors/abiword-devel/pkg-install @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ "$2" = "POST-INSTALL" ]; then + mkdir -p ${PKG_PREFIX}/lib/AbiWord-2.4/plugins +fi |