remove old pacman binaries

This commit is contained in:
Tobias Powalowski 2018-06-20 08:43:37 +02:00
parent f8f6ae398e
commit 3951d59e24

View file

@ -187,8 +187,8 @@ build ()
add_file "/usr/share/archboot/base/etc/sysctl.d/99-sysctl.conf" "/etc/sysctl.d/99-sysctl.conf"
### add pacman
apps="pacman pacman-key pacman-db-upgrade pacsort pactree cleanupdelta makepkg pacman-optimize pkgdelta \
rankmirrors repo-add repo-elephant testpkg vercmp curl gpg-agent haveged gpg"
apps="pacman pacman-key pacman-db-upgrade cleanupdelta makepkg pkgdelta \
repo-add repo-elephant testpkg vercmp curl gpg-agent haveged gpg"
for i in $apps; do
add_binary "$i"
done