diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-11-14 15:06:54 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-11-14 15:07:10 +0000 |
commit | a0bef4b192fa851ae4013e6266b2d69c3e560cae (patch) | |
tree | c7f02af1da154194de525f048b3a2034c1bdfe61 /main/owncloud/owncloud.post-install | |
parent | b78467f59a017dbab01f4f8e98ae406ac5c18c3d (diff) | |
download | aports-a0bef4b192fa851ae4013e6266b2d69c3e560cae.tar.bz2 aports-a0bef4b192fa851ae4013e6266b2d69c3e560cae.tar.xz |
main/owncloud: add some depends, remove plugins subpkg
Diffstat (limited to 'main/owncloud/owncloud.post-install')
-rw-r--r-- | main/owncloud/owncloud.post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/owncloud/owncloud.post-install b/main/owncloud/owncloud.post-install index af5d2b7713..cae2dc9dad 100644 --- a/main/owncloud/owncloud.post-install +++ b/main/owncloud/owncloud.post-install @@ -2,7 +2,7 @@ echo "*" echo "* Please give ownership to the web server user, the following directories:" echo "*" -echo "* /etc/owncloud/config.php" +echo "* /etc/owncloud" echo "* /var/lib/owncloud/data" echo "* /usr/share/webapps/owncloud/apps" echo "*" |