system-config: Remove warning message about manual updates on upgrade This is not needed since the modified file is not going to be overwritten by apk. An .apk-new file will be created to be handled later on with update-conf.
2 files changed, 2 insertions(+), 12 deletions(-) M builds/system-config/APKBUILD D builds/system-config/system-config.post-upgrade
M builds/system-config/APKBUILD => builds/system-config/APKBUILD +2-2
@@ 1,7 1,7 @@ # Maintainer: Damien Tardy-Panis <damien.dev@tardypad.me> pkgname="system-config" pkgver=11 pkgrel=0 pkgrel=1 pkgdesc="System configurations" url="https://sr.ht/~tardypad/alpine-system/" @@ arch="noarch" 19,7 19,7 @@ depends="doas vim wireguard-tools-wg " install="$pkgname.post-install $pkgname.post-upgrade" install="$pkgname.post-install" package() { mkdir -p "$pkgdir"
D builds/system-config/system-config.post-upgrade => builds/system-config/system-config.post-upgrade +0-10