void-packages/srcpkgs/mdocml/files/makewhatis.cron.daily
2015-06-02 08:13:14 +02:00

3 lines
39 B
Bash
Executable file

#!/bin/sh
makewhatis -a -Tutf8
exit $?