We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda3acc commit d07c626Copy full SHA for d07c626
1 file changed
packaging/MacSDK/packaging/resources/preinstall
@@ -0,0 +1,9 @@
1
+#!/bin/sh -x
2
+
3
+PREVIOUS_INSTALL=/Library/Frameworks/Mono.framework/Versions/@@MONO_VERSION@@
4
5
+# delete any preexisting install of this version
6
+# to make sure we're starting from a clean slate
7
+if [ -d "$PREVIOUS_INSTALL" ]; then
8
+ rm -rf "$PREVIOUS_INSTALL"
9
+fi
0 commit comments