cb9aaf3fc5
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.
15 lines
265 B
Text
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
|