xbps-triggers: mimedb: run update-mime-database with -n to improve performance.

This commit is contained in:
Juan RP 2014-09-02 23:52:21 +02:00
parent b2163c457d
commit 2eb182f886
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ run)
post-*)
if [ -x ${mimedb_bin} ]; then
echo "Updating shared-mime-info database..."
${mimedb_bin} usr/share/mime > /dev/null
${mimedb_bin} -n usr/share/mime > /dev/null
fi
;;
esac

View file

@ -1,6 +1,6 @@
# Template file for 'xbps-triggers'
pkgname=xbps-triggers
version=0.83
version=0.84
revision=1
noarch=yes
bootstrap=yes