mirror of
https://github.com/elasticdog/packer-arch.git
synced 2026-07-17 16:36:26 +00:00
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".
This commit is contained in:
parent
72922ed830
commit
2a522c91c4
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue