Apple2BuildPipeline/pkg/scripts/preinstall

9 lines
160 B
Bash
Executable File

#!/bin/bash
OLDTEMPLATE=~/"Library/Developer/Xcode/Templates/Apple ][/Apple ][ Project.xctemplate"
if [ -d "$OLDTEMPLATE" ]
then
rm -rf "$OLDTEMPLATE"
fi