summaryrefslogtreecommitdiffstats
path: root/main/owncloud
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2012-08-21 06:37:43 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2012-08-21 06:38:22 +0000
commitcb1665d5d572f972f42465d9ad8d4426456118cd (patch)
tree54bb94e8944fb2449a82f1a5ac10cd6ae98c67df /main/owncloud
parent59320402499a1d789f3857fb495fda3972efd0f8 (diff)
downloadaports-cb1665d5d572f972f42465d9ad8d4426456118cd.tar.bz2
aports-cb1665d5d572f972f42465d9ad8d4426456118cd.tar.xz
main/owncloud: quote install/upgrade msg
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 "*"