summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus Gabriel Werny de Lima2021-02-26 12:24:04 +0100
committerMatheus Gabriel Werny de Lima2021-02-26 12:24:04 +0100
commit6b7bac122585e2cea95f5be033d278d72d016cae (patch)
treefc8a3ab562fb55e11e39592d665bfdffd7856a96
parent15d11fca3d836faa1377c12caa0e5bc87fcff46f (diff)
downloadaur-6b7bac122585e2cea95f5be033d278d72d016cae.tar.gz
Update.
-rwxr-xr-xPKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53583ef56523..463e96428604 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -78,10 +78,8 @@ package()
ln -sf ${pkgdir}/usr/lib/${_pkgname}/run.sh ${pkgdir}/usr/bin/${_pkgname_lc}
chmod 755 ${pkgdir}/usr/bin/${_pkgname_lc}
- # Install the systemd service and enable necessary services.
+ # Install the systemd service.
install -Dm644 ${pkgdir}/usr/lib/${_pkgname}/${_pkgname_lc}.service ${pkgdir}/usr/lib/systemd/system/
- ln -sf ${pkgdir}/usr/lib/systemd/system/bitcoind.service ${pkgdir}/etc/systemd/system/multi-user.target.wants/
- ln -sf ${pkgdir}/usr/lib/systemd/system/${_pkgname_lc}.service ${pkgdir}/etc/systemd/system/multi-user.target.wants/
# Install the documentation.
install -Dm644 ${pkgdir}/usr/lib/${_pkgname}/README.md ${pkgdir}/usr/share/doc/${_pkgname}/