summarylogtreecommitdiffstats
path: root/bloomrpc.install
diff options
context:
space:
mode:
authordenislobanov2019-05-29 16:15:14 +0100
committerdenislobanov2019-05-29 16:15:14 +0100
commit4773a051994ede73ec4459aecb09d25fe424cbe6 (patch)
tree84216f8f639f60fc0d509a81ac1a4bd65d3bf271 /bloomrpc.install
parent69eb32055e3beb4a9f6ad3bedc1eb2bf681cadc6 (diff)
downloadaur-4773a051994ede73ec4459aecb09d25fe424cbe6.tar.gz
Fix icons, move symlink generation to PKGBUILD
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'
-
-}