mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 19:24:22 -04:00
10 lines
186 B
Plaintext
10 lines
186 B
Plaintext
#!@SH@
|
|
#
|
|
# $NetBSD: INSTALL,v 1.1 2015/05/05 13:29:23 ryoon Exp $
|
|
|
|
case "${STAGE}" in
|
|
POST-INSTALL)
|
|
${CHOWN} -R @TOMCAT_USER@:@TOMCAT_GROUP@ ${PKG_PREFIX}/share/tomcat/webapps
|
|
;;
|
|
esac
|