From 2a522c91c4b87cfb35f132a03d7c4afc2f3e0210 Mon Sep 17 00:00:00 2001 From: Mike Appleby Date: Tue, 30 Oct 2018 16:28:00 -0600 Subject: [PATCH] Don't call pacman-optimize in cleanup.sh The pacman-optimize script has been removed from pacman. https://git.archlinux.org/pacman.git/commit/?id=d590a45795b30a14cdb697754749c85907053570 This was causing the installer to complain "/usr/bin/pacman-optimize: No such file or directory". --- scripts/cleanup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cleanup.sh b/scripts/cleanup.sh index 0646e67..0ef52b1 100755 --- a/scripts/cleanup.sh +++ b/scripts/cleanup.sh @@ -2,7 +2,6 @@ # Clean the pacman cache. /usr/bin/yes | /usr/bin/pacman -Scc -/usr/bin/pacman-optimize # Write zeros to improve virtual disk compaction. zerofile=$(/usr/bin/mktemp /zerofile.XXXXX)