8 lines
232 B
Desktop File
8 lines
232 B
Desktop File
[Unit]
|
|
Description=Clean up old files in the Launchpadlib cache
|
|
ConditionPathExists=%h/.launchpadlib/api.launchpad.net/cache
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=find %h/.launchpadlib/api.launchpad.net/cache -type f -mtime +30 -delete
|