mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-04 21:36:18 +02:00
fix pacman hook to not delete the /var/cache/pacman/pkg directory - Fixes https://bugs.archlinux.org/task/63311
Signed-off-by: Linux Ninja <linuxninja@bryangay.com>
This commit is contained in:
parent
e612e65be1
commit
5d1c81df79
@ -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