summaryrefslogtreecommitdiff
path: root/www/fengoffice/INSTALL
diff options
context:
space:
mode:
authortaca <taca>2009-12-20 15:39:45 +0000
committertaca <taca>2009-12-20 15:39:45 +0000
commit2a81f3d17a2acbd48a78b7d79bc28038a9af73af (patch)
tree72e1be67d10572b8622d47f491967188f4bede2e /www/fengoffice/INSTALL
parentb64632a13f21ac8e43e7d30cf59d4924b167a547 (diff)
downloadpkgsrc-2a81f3d17a2acbd48a78b7d79bc28038a9af73af.tar.gz
Import Feng Office 1.6.1 package, previously it was named Open Goo.
Approved by wiz@ Feng Office formerly known as OpenGoo is an easy to use Open Source Web Office. Manage tasks, documents, contacts, e-mail, calendar, and more... Manage project progress, track time, and bill your customers. Access all information from a single and elegant dashboard. Communicate with co-workers, clients and vendors.
Diffstat (limited to 'www/fengoffice/INSTALL')
-rw-r--r--www/fengoffice/INSTALL11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/fengoffice/INSTALL b/www/fengoffice/INSTALL
new file mode 100644
index 00000000000..264718d0c1e
--- /dev/null
+++ b/www/fengoffice/INSTALL
@@ -0,0 +1,11 @@
+# $NetBSD: INSTALL,v 1.1.1.1 2009/12/20 15:39:48 taca Exp $
+
+FO_DIR="@PREFIX@/@FO_DIR@"
+WWW_USER="@APACHE_USER@"
+
+case ${STAGE} in
+POST-INSTALL)
+ # enable to edit language translation.
+ (cd "${FO_DIR}"; ${CHOWN} -R ${WWW_USER} language)
+ ;;
+esac