#! /bin/sh

test -f /var/lib/mysql/horde/horde_categories.frm && exit 0
exec mysql < /home/httpd/html/horde/scripts/db/mysql_create_indexes.sql
