aboutsummarylogtreecommitdiffstats
path: root/arangodb.install
diff options
context:
space:
mode:
authorMike Williamson2017-03-27 14:53:12 -0400
committerMike Williamson2017-03-27 14:53:12 -0400
commit46109c0ae0637fd57e38a4ab79618360d8f17c21 (patch)
tree22abfb2be4c7cb4ae983e538694e0ef9e1684503 /arangodb.install
parentafa3ababe1e288dc7a56519f72359d176dda10d1 (diff)
downloadaur-46109c0ae0637fd57e38a4ab79618360d8f17c21.tar.gz
Remove rm commands from post_remove
Diffstat (limited to 'arangodb.install')
-rw-r--r--arangodb.install15
1 files changed, 10 insertions, 5 deletions
diff --git a/arangodb.install b/arangodb.install
index f28c82c71cb3..edec1f7ee67c 100644
--- a/arangodb.install
+++ b/arangodb.install
@@ -61,8 +61,12 @@ EOF
post_upgrade() {
cat <<-EOF
- Take a look at the Changelog to see what is new in $1:
+
+ ArangoDB has been upgraded to $1.
+
+ Take a look at the Changelog to see what is new:
https://github.com/arangodb/arangodb/blob/devel/CHANGELOG
+
EOF
}
@@ -71,12 +75,13 @@ pre_remove() {
}
post_remove() {
- # remove all the files
- rm -rf /usr/share/arangodb3
- rm -rf /var/log/arangodb3
- rm -rf /var/lib/arangodb3-apps
cat <<-EOF
+
ArangoDB has been uninstalled.
+
Any data you had stored in ArangoDB is still available in /var/lib/arangodb3.
+ Installed Foxx applications are still available in /var/lib/arangodb3-apps.
+ Log files are left in /var/log/arangodb3.
+
EOF
}