aboutsummaryrefslogtreecommitdiff
path: root/japanese/wordpress/files
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-05-27 10:08:17 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-05-27 10:08:17 +0000
commitf9ba2f5354b7c0b0c724e7ec8299d4e3368b0075 (patch)
tree752da56d4d39284c2adc54841060de5e607f13bb /japanese/wordpress/files
parent27e8ca19a9d980110adf15a892ac849f82b82934 (diff)
downloadports-f9ba2f5354b7c0b0c724e7ec8299d4e3368b0075.tar.gz
ports-f9ba2f5354b7c0b0c724e7ec8299d4e3368b0075.zip
Notes
Diffstat (limited to 'japanese/wordpress/files')
-rw-r--r--japanese/wordpress/files/pkg-install.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/wordpress/files/pkg-install.in b/japanese/wordpress/files/pkg-install.in
new file mode 100644
index 000000000000..93fe0df35ab8
--- /dev/null
+++ b/japanese/wordpress/files/pkg-install.in
@@ -0,0 +1,12 @@
+#!/bin/sh
+case $2 in
+ PRE-INSTALL)
+ ;;
+ POST-INSTALL)
+ %%CHOWN%% -R %%WWWOWN%% %%WWWDIR%%/wp-content
+ %%FIND%% %%WWWDIR%% -type d -print | xargs %%CHGRP%% %%WWWGRP%%
+ %%FIND%% %%WWWDIR%% -type d -print | xargs %%CHMOD%% g+w
+ ;;
+ *)
+ ;;
+esac