10 lines
180 B
Plaintext
10 lines
180 B
Plaintext
# $NetBSD: INSTALL,v 1.3 2012/07/30 07:21:11 sbd Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
if ${TEST} ! -f @AMANDA_VAR@/amandates ;then
|
|
${TOUCH} @AMANDA_VAR@/amandates
|
|
fi
|
|
;;
|
|
esac
|