You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
282 B

[Trigger]
Type=Package
Operation=Install
Operation=Upgrade
Target=*
[Action]
Description=Moving completed AUR packages...
When=PostTransaction
Exec=/usr/bin/sh -c "find /var/lib/pacman/aur \( -name '*.pkg.tar.zst' -o -name '*.pkg.tar.xz' \) -exec mv '{}' /var/cache/pacman/aur \;"