summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2019-07-17 21:15:09 -0700
committerquest2019-07-17 21:15:09 -0700
commit1f8b5dd9f9b3dd49ced1693ffe41dce4ffb3998f (patch)
tree288cdc4a92f1a1a77ce374964a7659086bea5265
parent590f56cf38939ad6718d25f028c9db9ce385b253 (diff)
downloadaur-1f8b5dd9f9b3dd49ced1693ffe41dce4ffb3998f.tar.gz
Get rid of rpcuser.py
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab928744fbab..1bdd27c7ed6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,10 +65,6 @@ package() {
msg2 'Installing man pages...'
install -Dm 644 doc/man/*.1 -t "$pkgdir/usr/share/man/man1"
- msg2 'Installing rpcuser.py...'
- sed 's/python2/python/' <share/rpcuser/rpcuser.py >rpcuser.py
- install -Dm 755 rpcuser.py -t "$pkgdir/etc/bitcoin"
-
msg2 'Installing examples...'
install -Dm644 "contrib/debian/examples/bitcoin.conf" \
-t "$pkgdir/usr/share/doc/bitcoin/examples"