#!/bin/sh
# 4139350

if [ $3 = "/" ] ; then
	/usr/bin/mdimport -r "$3/System/Library/Spotlight/Audio.mdimporter"
	/usr/bin/mdimport -r "$3/Library/Spotlight/Microsoft Office.mdimporter"
fi

