Yet another try to quench man-db

This commit is contained in:
Fierelier 2022-09-12 08:49:20 +02:00
parent ae86fac03e
commit c0839115f8
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
disable-mandb
bfq
packages-base
hostname

3
mods/disable-mandb/modscript Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
mkdir -p "$1/var/lib/man-db"
echo "false" > "$1/var/lib/man-db/auto-update"