summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cfd47cb..4da0c18 100644
--- a/Makefile
+++ b/Makefile
@@ -79,6 +79,12 @@ prd-initdb:
.PHONY: prd-initdb
+prd-uninstall:
+ ssh root@${PRD_HOST} \\". ${VENV_DIR}-prd/bin/activate \
+ && pip uninstall nfsw \\"
+.PHONY: prd-install
+
+
rcd:
scp ${RC_D} root@${PRD_HOST}:/${RC_D}
ssh root@${PRD_HOST} chmod 555 /${RC_D}