Skip to content

Commit

Permalink
hooks: update-mime-database be less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Jul 20, 2011
1 parent b12bca1 commit fce5022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks.d/update-mime-database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ for dir in ${XDG_DATA_DIRS//:/ } ; do
if grep -q "${mime_dir}/packages" ${BEE_METADIR}/${pkg}/FILES ; then
case "${action}" in
"post-install")
update-mime-database -V ${mime_dir}
update-mime-database ${mime_dir}
;;
"post-remove")
update-mime-database -V ${mime_dir}
update-mime-database ${mime_dir}
;;
esac
fi
Expand Down

0 comments on commit fce5022

Please sign in to comment.