LL_Runit_Scripts/sv/man-db/run
AwesomeAdam54321 974f235ca8 Added man-db
2021-06-20 05:08:58 +02:00

5 lines
275 B
Bash

#!/bin/sh -e
snooze -s 12h -w* acpi -a|grep on-line
chpst -u man nice -n 19 /usr/bin/install -d -o man -g man -m 0755 /var/cache/man
chpst -u man nice -n 19 /usr/bin/find /var/cache/man -type f -name *.gz -atime +6 -delete
exec chpst -u man nice -n 19 /usr/bin/mandb --quiet