f60737470c
Tiki is free, both Free Software (as in "Free Speech") and Free of Charge (as in "Free Beer"), and for everyone! It has all the features you need "out-of-the-box": * Wikis (like Wikipedia) * Forums (like phpBB) * Blogs (like WordPress) * Articles (like Yahoo News) * Image Gallery (like Flickr) * Map Server (like Google Maps) * Link Directory (like DMOZ) * Multilingual (like Babel Fish) * Bug Tracker (like Bugzilla) * RSS Feeds (like Digg) * Free Open Source software (LGPL) This is Long Term Support version.
15 lines
270 B
Text
15 lines
270 B
Text
#!@SH@
|
|
#
|
|
# $NetBSD: INSTALL,v 1.1.1.1 2011/12/07 13:29:39 ryoon Exp $
|
|
|
|
WWWGRP="@WWWGRP@"
|
|
WWWOWN="@WWWOWN@"
|
|
TIKIDIR="@PREFIX@/@TIKIDIR@"
|
|
|
|
case "${STAGE}" in
|
|
POST-INSTALL)
|
|
cd ${TIKIDIR} &&
|
|
${CHOWN} -R ${WWWOWN} ${TIKIDIR} &&
|
|
${CHGRP} -R ${WWWGRP} ${TIKIDIR}
|
|
;;
|
|
esac
|