summarylogtreecommitdiffstats
path: root/bloomrpc.install
diff options
context:
space:
mode:
Diffstat (limited to 'bloomrpc.install')
-rw-r--r--bloomrpc.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/bloomrpc.install b/bloomrpc.install
deleted file mode 100644
index 9a83d347dcc4..000000000000
--- a/bloomrpc.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- :
-#!/bin/bash
-
-# Link to the binary
-ln -sf '/opt/BloomRPC/bloomrpc' '/usr/local/bin/bloomrpc'
-
-}
-post_remove() {
- :
-#!/bin/bash
-
-# Delete the link to the binary
-rm -f '/usr/local/bin/bloomrpc'
-
-}