texlive/texlive.cron

5 lines
98 B
Plaintext
Raw Normal View History

2007-12-02 08:03:19 +00:00
#!/bin/bash
# Remove TeX fonts not used in 180 days
/usr/sbin/tmpwatch 4320 /var/lib/texmf
exit 0