Blame SOURCES/ghc-doc-index.cron

a43873
#! /bin/bash
a43873
# updates the library documentation index after updates
a43873
a43873
# This can be disabled by uninstalling ghc-doc-index
a43873
# or adding ghc-doc-index to "./jobs-deny".
a43873
a43873
/usr/bin/ghc-doc-index
a43873
a43873
exit 0