mirror of
https://github.com/archlinux/aur.git
synced 2026-02-18 02:25:24 +01:00
Disable auto-updates
This commit is contained in:
parent
eeb2db0b30
commit
0f49d15955
1 changed files with 4 additions and 2 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -26,5 +26,7 @@ package() {
|
|||
install -D -m755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
|
||||
install -D -m755 "${srcdir}/${pkgname}-gui.sh" "${pkgdir}/usr/bin/${pkgname}-gui"
|
||||
install -D -m 644 "${srcdir}/${pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
|
||||
}
|
||||
|
||||
|
||||
# disable auto-updates
|
||||
sed -i 's/"AutoUpdates": true,/"AutoUpdates": false,/g' ${pkgdir}/opt/asf/config/ASF.json
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue