Remove obsolete reference to /media

This commit is contained in:
Eelco Dolstra 2015-07-13 18:08:11 +02:00
parent 967abfc786
commit c46e424c8f

View File

@ -158,7 +158,7 @@ let locatedb = "/var/cache/locatedb"; in
script = script =
'' ''
mkdir -m 0755 -p $(dirname ${locatedb}) mkdir -m 0755 -p $(dirname ${locatedb})
exec updatedb --localuser=nobody --output=${locatedb} --prunepaths='/tmp /var/tmp /media /run' exec updatedb --localuser=nobody --output=${locatedb} --prunepaths='/tmp /var/tmp /run'
''; '';
}; };
@ -172,4 +172,4 @@ let locatedb = "/var/cache/locatedb"; in
<xi:include href="option-declarations.xml" /> <xi:include href="option-declarations.xml" />
<xi:include href="option-def.xml" /> <xi:include href="option-def.xml" />
</chapter> </chapter>