pkgsrc/misc/php-orangehrm/INSTALL
ryoon cb9aaf3fc5 Import php*-orangehrm-2.6.11.2 as misc/php-orangehrm.
OrangeHRM offers a flexible and easy to use HRIS solution for small
and medium sized companies free of charge. By providing modules
for personnel information management, employee self service, leave,
time & attendance, benefits and recruitment companies are able to
manage the crucial organization asset - people. The combination of
these modules into one application assures the perfect platform
for re-engineering and aligning your HR processes along with the
organizational goals.
2011-12-12 17:39:06 +00:00

15 lines
265 B
Text

#!@SH@
#
# $NetBSD: INSTALL,v 1.1.1.1 2011/12/12 17:39:09 ryoon Exp $
WWWGRP="@WWWGRP@"
WWWOWN="@WWWOWN@"
OHRDIR="@PREFIX@/@OHRDIR@"
case "${STAGE}" in
POST-INSTALL)
cd ${OHRDIR} &&
${CHOWN} -R ${WWWOWN} ${OHRDIR} &&
${CHGRP} -R ${WWWGRP} ${OHRDIR}
;;
esac