#!/bin/sh
# 4445031

if [ -d "$3/Library/Spotlight/Microsoft Office.mdimporter/Contents/Resources" ]; then
	rm -rf "$3/Library/Spotlight/Microsoft Office.mdimporter/Contents/Resources/"
	touch "$3/Library/Spotlight/Microsoft Office.mdimporter"
fi
