On 10/31/19 11:37 PM, home user wrote:
Any other suggestions

Yes, make life easier on yourself and others.  I doubt anyone would spend any 
time on an RFE of this sort.

So, just place this two line script in /etc/cron.weekly

#!/usr/bin/bash
find /var/cache/akmods/nvidia/ -type f -mtime +10 -exec rm -f {} \;

It will simply delete all files older than 10 days.  You'll never have any 
collision.  You'll never have any
space taken up of more than 24MB, which is tiny.

--
The key to getting good answers is to ask good questions.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to