Make update-mime-database less verbose

This commit is contained in:
Eelco Dolstra 2013-10-30 18:36:16 +01:00
parent 244cf195c8
commit f3cdf9b477

View file

@ -124,7 +124,7 @@ in
postBuild =
''
if [ -x $out/bin/update-mime-database -a -w $out/share/mime/packages ]; then
$out/bin/update-mime-database -V $out/share/mime
XDG_DATA_DIRS=$out/share $out/bin/update-mime-database -V $out/share/mime > /dev/null
fi
if [ -x $out/bin/gtk-update-icon-cache -a -f $out/share/icons/hicolor/index.theme ]; then