diff options
Diffstat (limited to 'abs/mv-core/hobbit-client/hobbit-client.install')
-rwxr-xr-x | abs/mv-core/hobbit-client/hobbit-client.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/mv-core/hobbit-client/hobbit-client.install b/abs/mv-core/hobbit-client/hobbit-client.install new file mode 100755 index 0000000..f5ca232 --- /dev/null +++ b/abs/mv-core/hobbit-client/hobbit-client.install @@ -0,0 +1,14 @@ +post_install() { + chown -R nobody /data/srv/hobbit +# chown -R nobody /data/srv/httpd/htdocs/hobbit +# chown -R nobody /var/log/hobbit +} + +post_upgrade() { + post_install $1 +} + +op=$1 +shift +$op $* +# vim: ft=sh ts=2 |