mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-04 13:31:07 +02:00
Merge pull request #15 from TheLinuxNinja/fix-hook
fix pacman hook to not delete the /var/cache/pacman/pkg directory - …
This commit is contained in:
commit
3a7de54a80
@ -8,4 +8,4 @@ Target = *
|
||||
Description = Cleaning up package cache...
|
||||
Depends = coreutils
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/rm -rf /var/cache/pacman/pkg
|
||||
Exec = /usr/bin/find /var/cache/pacman/pkg/ -type f -delete
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user