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 =
''
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'
'';
};