# SPDX-License-Identifier: LGPL-2.1-or-later
set -e
+# Users might set $CONFIG but that influences pacman
+# so we unset it here to avoid any issues.
+unset CONFIG
+
if [ "$1" = "final" ] && command -v pacman-key; then
pacman-key --init
pacman-key --populate archlinux
#!/bin/sh
# SPDX-License-Identifier: LGPL-2.1-or-later
+set -e
+
+# Users might set $CONFIG but that influences pacman
+# so we unset it here to avoid any issues.
+unset CONFIG
if [ "$1" = "final" ] && command -v pacman-key; then
pacman-key --init