#!/bin/sh

# update shared mime database
if [ -x /usr/bin/update-mime-database ]; then
	update-mime-database ${PKG_INSTALL_ROOT}/$CLIENT_BASEDIR/share/mime
fi
