#!/bin/bash
if [ "`system_profiler SPSoftwareDataType|grep "Mac OS X Server" 2>/dev/null`" ]
then
    mdutil -a -i off
fi

