reconfigure all packages after install

hopefully fixes installed packages seem to be not installed
This commit is contained in:
teldra 2021-03-15 13:23:52 +01:00
parent 58841a417f
commit 79f6ac79a3
1 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ 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
#xbps-reconfigure -f "${ver}"
#xbps-reconfigure -f glibc-locales
xbps-reconfigure -af
module end