summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2019-07-17 21:14:43 -0700
committerquest2019-07-17 21:14:43 -0700
commit493220573ba7631a3a9fbad5e8bb3551d32856c4 (patch)
tree6392a445268f48c0cae52478be562bfb2d7686c1
parent837ac9b2cc042d705e271ba1cc18b777008aa6a7 (diff)
downloadaur-493220573ba7631a3a9fbad5e8bb3551d32856c4.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 9995e3114a6d..2d9fa63d0a13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -75,10 +75,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"