#!/bin/bash # Update the MIME DB using files in /usr/share/mime updateMimeDB() { changeUser -u $TT_PKG_USER update-mime-database /usr/share/mime }