remove libwbclient

This commit is contained in:
Tobias Powalowski 2023-02-06 19:29:37 +01:00
parent 8f842ed596
commit 3bcd56fe35
4 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ fi
_PACMAN_MIRROR="/etc/pacman.d/mirrorlist"
_PACMAN_CONF="/etc/pacman.conf"
_CACHEDIR="/var/cache/pacman/pkg"
_FIX_PACKAGES="libelf libevent talloc gdbm gcc-libs glibc glib2 libsasl pcre2"
_FIX_PACKAGES="libelf libevent talloc gdbm gcc-libs glibc glib2 libldap libsasl pcre2"
_XORG_PACKAGE="xorg"
_VNC_PACKAGE="tigervnc"
_WAYLAND_PACKAGE="egl-wayland"

View file

@ -85,7 +85,7 @@ fi
if ! [[ -e "/.clean-pacman-db" ]]; then
touch /.clean-pacman-db
_RM_PACMAN_DB="grub libxml2 icu gettext refind amd-ucode intel-ucode edk2-shell cdrtools \
libisoburn libburn libisofs mkinitcpio memtest linux-api-headers jansson"
libisoburn libburn libisofs mkinitcpio memtest linux-api-headers jansson libwbclient"
for i in ${_RM_PACMAN_DB}; do
rm -rf /var/lib/pacman/local/${i}* &>/dev/null
done

View file

@ -53,7 +53,7 @@ build ()
add_file "/usr/share/archboot/base/etc/${i}" "/etc/${i}"
done
### add coreutils and cryptsetup libs
### add coreutils,cryptsetup,terminfo libs and charmaps
map add_full_dir /usr/lib/coreutils /usr/lib/cryptsetup /usr/lib/terminfo \
/usr/share/i18n/charmaps

View file

@ -23,7 +23,7 @@ build ()
xfs_spaceman compile_et mk_cmds fsck.xfs xfs_admin xfs_bmap xfs_freeze \
xfs_info xfs_metadump xfs_mkfile xfs_ncheck gpart
map add_file "/etc/nilfs_cleanerd.conf" "/etc/nvme/discovery.conf"
map add_full_dir "/etc/cifs-utils" "/etc/request-key.d" "/usr/lib/cifs-utils"
map add_full_dir /etc/cifs-utils /etc/request-key.d
# fix licenses
add_file "/usr/share/licenses/e2fsprogs/MIT-LICENSE"
}