#!/bin/sh
if [ "$1" = "-v" ]; then /usr/pkg/bin/update-mime-database -v; fi
echo '[pkgsrc] Doing nothing for update-mime-database' $*
