Package Details: paccache-hook 1.2.0-1

Git Clone URL: https://aur.archlinux.org/paccache-hook.git (read-only, click to copy)
Package Base: paccache-hook
Description: A configurable hook to cleanup the pacman package cache using paccache
Upstream URL: None
Keywords: cleanup hook paccache pacman
Licenses: BSD
Conflicts: pacman-cleanup-hook
Submitter: Skycoder42
Maintainer: Skycoder42
Last Packager: Skycoder42
Votes: 51
Popularity: 2.61
First Submitted: 2019-03-23 10:57 (UTC)
Last Updated: 2024-09-09 18:45 (UTC)

Pinned Comments

Skycoder42 commented on 2019-03-23 11:00 (UTC)

This packages was inspired by pacman-cleanup-hook and builds on top of it by making the hook configurable. For a basic, non-configurable cleanup, check out that one!

Latest Comments

« First ‹ Previous 1 2

MarsSeed commented on 2023-08-14 18:03 (UTC)

And thank you for this package! Appreciated!

MarsSeed commented on 2023-08-14 17:53 (UTC)

@Skycoder42, please kindly install your custom BSD license in package(). Thank you in advance.

griffi-gh commented on 2023-04-29 00:27 (UTC)

was annoyed by pacman-cleanup-hook's verbose output and lack of config.
this is perfect!
thank you <3

miladiir commented on 2022-11-27 09:50 (UTC)

Thanks, really useful.

puminya commented on 2021-12-15 17:19 (UTC) (edited on 2021-12-15 17:20 (UTC) by puminya)

Looks like there's a bug in the for loop in paccache-hook.sh:

for cdir in $cache_dirs

only works with the first value in the array.

for cdir in ${cache_dirs[@]}

iterates over all values. That's bash syntax though...

Skycoder42 commented on 2019-03-23 11:00 (UTC)

This packages was inspired by pacman-cleanup-hook and builds on top of it by making the hook configurable. For a basic, non-configurable cleanup, check out that one!