summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/hobbit-client/hobbit-client.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-09 02:35:27 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-09 02:35:27 (GMT)
commitabc83d46637ebc63479ec745f05ae392f404f04e (patch)
tree49bab12f11126552a0dcaaeea5c36acf5697fa00 /abs/mv-core/hobbit-client/hobbit-client.install
parentd250b09f45562edf2be94fa330e312dccc0832d8 (diff)
downloadlinhes_pkgbuild-abc83d46637ebc63479ec745f05ae392f404f04e.zip
linhes_pkgbuild-abc83d46637ebc63479ec745f05ae392f404f04e.tar.gz
linhes_pkgbuild-abc83d46637ebc63479ec745f05ae392f404f04e.tar.bz2
hobbit client
Diffstat (limited to 'abs/mv-core/hobbit-client/hobbit-client.install')
-rwxr-xr-xabs/mv-core/hobbit-client/hobbit-client.install14
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