void-bash-installer/modules/20-installation/post
teldra 79f6ac79a3 reconfigure all packages after install
hopefully fixes installed packages seem to be not installed
2021-03-15 13:23:52 +01:00

12 lines
257 B
Plaintext

module start "installation" "Reconfigure Installation" "dontcheck"
ver="$(xbps-query -S linux|grep pkgver|awk '{print $2}')"
ver="${ver//-}"
ver="${ver%_*}"
#xbps-reconfigure -f "${ver}"
#xbps-reconfigure -f glibc-locales
xbps-reconfigure -af
module end