7 lines
184 B
SYSTEMD
7 lines
184 B
SYSTEMD
|
[Unit]
|
||
|
Description=Remove unused package files cached by pikaur in user's home directory
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/paccache --cachedir "%h/.cache/pikaur/pkg" --remove
|