summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 2a226e38..08a420bb 100755
--- a/update.sh
+++ b/update.sh
@@ -41,3 +41,13 @@ else
fi
make
+
+
+if [ -e src/slixmpp ]
+then
+ echo ""
+ echo "The update script detected a slixmpp link in src/."
+ echo "This is probably due to the old update script, you should delete it"
+ echo "so that poezio can use the up-to-date copy inside the poezio-venv directory."
+ echo ""
+fi