We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18053c2 commit a7462f5Copy full SHA for a7462f5
distrobox-init
@@ -513,6 +513,8 @@ setup_deb_exceptions()
513
# None
514
setup_pacman_exceptions()
515
{
516
+ setup_pkg_manager_hooks
517
+
518
# Workarounds for pacman. We need to exclude the paths by using a pre-hook to umount them and a
519
# post-hook to remount them. Additionally we neutralize the systemd-post-hooks as they do not
520
# work on a rootless container system.
@@ -1238,7 +1240,7 @@ setup_pacman()
1238
1240
pacman -S --needed --noconfirm $(pacman -Ssq | grep -E "^($(echo ${deps} | tr ' ' '|'))$")
1239
1241
1242
if [ ! -e "/usr/share/i18n/locales${HOST_LOCALE}" ]; then
- pacman -S --noconfirm glibc
1243
+ pacman -S --noconfirm glibc glibc-locales
1244
fi
1245
1246
# Setup hooks
0 commit comments