termux-pacman / pacman-for-termux

Special configured pacman for termux.
https://termux-pacman.dev
MIT License
65 stars 6 forks source link

storing pacman cache outside PREFIX #16

Closed lonxwolx closed 2 years ago

lonxwolx commented 2 years ago

apt cache is stored outside PREFIX so it does not get deleted when using termux-reset. can the same thing be applied with pacman?

lonxwolx commented 2 years ago

Can be achieved by editing the CacheDir in pacman.conf. I missed that! Closing