#!/bin/sh

if [ -e /System/Library/Frameworks/libticalcs.framework ]; then
    rm -rf /System/Library/Frameworks/libticalcs.framework
fi

