summarylogtreecommitdiffstats
path: root/.install
diff options
context:
space:
mode:
Diffstat (limited to '.install')
-rw-r--r--.install11
1 files changed, 6 insertions, 5 deletions
diff --git a/.install b/.install
index f1eb6745ec43..f7d1def0e2c6 100644
--- a/.install
+++ b/.install
@@ -22,9 +22,10 @@ post_install() {
rserve-sandbox-docker.service to run the server.\n\n"
}
-pre_remove() {
- # Remove /home/rserve
- # Remove rserve usr and grp
- # Remove rsd usr and grp
- :
+post_remove() {
+ printf "\n\nTo remove images and containters: rm -rf /var/lib/docker \
+as described in \
+https://docs.docker.com/engine/installation/linux/archlinux/#/uninstallation\n"
+ printf "You can also remove /home/rserve\n"
+ printf "as well as rserve and rsd users and groups.\n\n"
}