summarylogtreecommitdiffstats
path: root/prerm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'prerm.sh')
-rw-r--r--prerm.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/prerm.sh b/prerm.sh
deleted file mode 100644
index 7c58455949ff..000000000000
--- a/prerm.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-if [[ -d /opt/skywire/local ]]; then
- rm -rf /opt/skywire/local
-fi
-if [[ -f /opt/skywire/skywire.json ]] ; then
- rm -rf /opt/skywire/*.json
-fi
-if [[ -f /opt/skywire/users.db ]] ; then
- rm -rf /opt/skywire/users.db
-fi