1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Automatically clean up pikaur built pkgs.

This commit is contained in:
2018-07-23 14:00:17 +02:00
parent bed3c7c321
commit 9d43150d6b
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[Unit]
Description=Clean up locally built pikaur packages
[Service]
Type=oneshot
ExecStart=/usr/bin/paccache -c %h/.cache/pikaur/pkg -r --nocolor -v
ExecStart=/usr/bin/paccache -c %h/.cache/pikaur/pkg -r --nocolor -v -u -k0

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Periodically clean pikaur pkgs
[Timer]
Persistent=True
OnCalendar=weekly
[Install]
WantedBy=timers.target