be3e3d6503
cronjob no longer checks /etc/sysconfig/ghc-doc-index
10 lines
199 B
Bash
Executable File
10 lines
199 B
Bash
Executable File
#! /bin/bash
|
|
# updates the library documentation index after updates
|
|
|
|
# This can be disabled by uninstalling ghc-doc-index
|
|
# or adding ghc-doc-index to "./jobs-deny".
|
|
|
|
/usr/bin/ghc-doc-index
|
|
|
|
exit 0
|