summaryrefslogtreecommitdiffstats
path: root/main/owncloud
diff options
context:
space:
mode:
Diffstat (limited to 'main/owncloud')
-rw-r--r--main/owncloud/APKBUILD2
-rw-r--r--main/owncloud/owncloud.post-install14
-rw-r--r--main/owncloud/owncloud.post-upgrade14
3 files changed, 15 insertions, 15 deletions
diff --git a/main/owncloud/APKBUILD b/main/owncloud/APKBUILD
index 17a7c76f0..9de3d71d9 100644
--- a/main/owncloud/APKBUILD
+++ b/main/owncloud/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=owncloud
pkgver=4.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="Your own WebDAV-based cloud service"
url="http://owncloud.org"
arch="noarch"
diff --git a/main/owncloud/owncloud.post-install b/main/owncloud/owncloud.post-install
index 02731046d..af5d2b771 100644
--- a/main/owncloud/owncloud.post-install
+++ b/main/owncloud/owncloud.post-install
@@ -1,8 +1,8 @@
#!/bin/sh
-echo *
-echo * Please give ownership to the web server user, the following directories:
-echo *
-echo * /etc/owncloud/config.php
-echo * /var/lib/owncloud/data
-echo * /usr/share/webapps/owncloud/apps
-echo *
+echo "*"
+echo "* Please give ownership to the web server user, the following directories:"
+echo "*"
+echo "* /etc/owncloud/config.php"
+echo "* /var/lib/owncloud/data"
+echo "* /usr/share/webapps/owncloud/apps"
+echo "*"
diff --git a/main/owncloud/owncloud.post-upgrade b/main/owncloud/owncloud.post-upgrade
index 02731046d..af5d2b771 100644
--- a/main/owncloud/owncloud.post-upgrade
+++ b/main/owncloud/owncloud.post-upgrade
@@ -1,8 +1,8 @@
#!/bin/sh
-echo *
-echo * Please give ownership to the web server user, the following directories:
-echo *
-echo * /etc/owncloud/config.php
-echo * /var/lib/owncloud/data
-echo * /usr/share/webapps/owncloud/apps
-echo *
+echo "*"
+echo "* Please give ownership to the web server user, the following directories:"
+echo "*"
+echo "* /etc/owncloud/config.php"
+echo "* /var/lib/owncloud/data"
+echo "* /usr/share/webapps/owncloud/apps"
+echo "*"