aboutsummaryrefslogtreecommitdiffstats
path: root/testing/go-ipfs/go-ipfs.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/go-ipfs/go-ipfs.post-install')
-rw-r--r--testing/go-ipfs/go-ipfs.post-install7
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/go-ipfs/go-ipfs.post-install b/testing/go-ipfs/go-ipfs.post-install
deleted file mode 100644
index cfa83adf55c..00000000000
--- a/testing/go-ipfs/go-ipfs.post-install
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-echo 'To be able to use the ipfs service you will need to create the ipfs repository'
-echo '(eg: su -s /bin/sh -c "ipfs init -e" ipfs)'
-echo 'or change IPFS_PATH of /etc/conf.d/ipfs with another with proper permissions.'
-
-exit 0