diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-08-12 14:43:47 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-08-12 14:43:47 +0200 |
commit | 1c597e7a6742b82d91382844ffce4b7a7bd54a5d (patch) | |
tree | f8f352239c627933f2a35833c0ab7305053ced0c /main/mdocml/mdocml.trigger | |
parent | d9d91145ef2bd1334cfb9c59f45d9b1fb6995bd6 (diff) | |
download | aports-1c597e7a6742b82d91382844ffce4b7a7bd54a5d.tar.bz2 aports-1c597e7a6742b82d91382844ffce4b7a7bd54a5d.tar.xz |
Revert "main/mdocml: use a cron instead of a trigger to invoke makewhatis(8)"
This reverts commit d9d91145ef2bd1334cfb9c59f45d9b1fb6995bd6.
Diffstat (limited to 'main/mdocml/mdocml.trigger')
-rw-r--r-- | main/mdocml/mdocml.trigger | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/mdocml/mdocml.trigger b/main/mdocml/mdocml.trigger new file mode 100644 index 0000000000..b1060c4984 --- /dev/null +++ b/main/mdocml/mdocml.trigger @@ -0,0 +1,4 @@ +#!/bin/sh + +exec /usr/sbin/makewhatis \ + -a -T utf8 /usr/share/man |