diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-08-03 06:52:23 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-08-03 06:52:23 +0000 |
commit | 6329d2f43b2c54b0bd553b7f78d739e08a02ad15 (patch) | |
tree | 80a89c92269426112665acfd0c0959cd9e88f82f /main/owncloud/owncloud.post-install | |
parent | c4134b98b0407024a941b66b29d4529d9524f8db (diff) | |
download | aports-6329d2f43b2c54b0bd553b7f78d739e08a02ad15.tar.bz2 aports-6329d2f43b2c54b0bd553b7f78d739e08a02ad15.tar.xz |
testing/owncloud: move to main
Diffstat (limited to 'main/owncloud/owncloud.post-install')
-rw-r--r-- | main/owncloud/owncloud.post-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/owncloud/owncloud.post-install b/main/owncloud/owncloud.post-install new file mode 100644 index 0000000000..c7288ac82e --- /dev/null +++ b/main/owncloud/owncloud.post-install @@ -0,0 +1,8 @@ +#!/bin/sh +echo -------------------------------------------------------------------------- +echo Please give ownership to the web server user, the following directories: +echo +echo /etc/owncloud/config +echo /var/lib/owncloud/data +echo /usr/share/webapps/owncloud/apps +echo -------------------------------------------------------------------------- |