void-packages/srcpkgs/apache-storm/INSTALL

11 lines
258 B
Plaintext
Raw Normal View History

2015-04-14 17:23:36 +02:00
# INSTALL
case "$ACTION" in
post)
if [ "$UPDATE" != "yes" ]; then
2015-04-14 17:23:36 +02:00
# actions to execute if package is being installed.
mkdir -p var/log/apache-storm
chown -R storm:storm var/lib/apache-storm var/log/apache-storm
2015-04-14 17:23:36 +02:00
fi
;;
esac