d96bda51d3
- Changes are unknown. - License restriction is removed now. - Try to keep configuration to ${PREFIX}/etc/AiCA.
8 lines
81 B
Text
8 lines
81 B
Text
#
|
|
# $NetBSD
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
${PREFIX}/bin/aistore -new
|
|
;;
|
|
esac
|