xbps-triggers: mimedb: run update-mime-database with -n to improve performance.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Template file for 'xbps-triggers'
|
||||
pkgname=xbps-triggers
|
||||
version=0.83
|
||||
version=0.84
|
||||
revision=1
|
||||
noarch=yes
|
||||
bootstrap=yes
|
||||
|
||||
Reference in New Issue
Block a user