texlive/texlive.cron
2007-12-02 08:03:19 +00:00

5 lines
98 B
Bash

#!/bin/bash
# Remove TeX fonts not used in 180 days
/usr/sbin/tmpwatch 4320 /var/lib/texmf
exit 0