summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cozy.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/cozy.install b/cozy.install
index a56ef00f6aeb..c933f01493f4 100644
--- a/cozy.install
+++ b/cozy.install
@@ -12,6 +12,7 @@ bold="${all_off}$(tput bold)"
blue="${bold}$(tput setaf 4)"
post_install() {
+ msg "Please not that this package comes from the Cozy community and is not an official Cozy port. Please report any trouble to the maintainer in the ways discribed at https://github.com/babolivier/cozy-archlinux#get-in-touch"
msg "Checking ports availability"
lsof -i :9002 > /dev/null 2>&1
if [ $? = "0" ]; then