]> Cypherpunks.ru repositories - nncp.git/blobdiff - uninstall
Merge branch 'develop'
[nncp.git] / uninstall
diff --git a/uninstall b/uninstall
new file mode 100755 (executable)
index 0000000..6864157
--- /dev/null
+++ b/uninstall
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+root="$(realpath -- $(dirname "$0"))"
+. "$root"/config
+cd "$BINDIR"
+rm -f `cat "$root"/bin/cmd.list`
+rm -f "$INFODIR"/nncp.info
+rm -fr "$DOCDIR"