File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -1559,3 +1559,21 @@ software is in use:
1559
1559
- ** Arduino CLI** : (since 0.12.0) runs the script for any installed platform when Arduino CLI is in "interactive" mode.
1560
1560
This behavior
1561
1561
[ can be configured] ( https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_core_install/#options )
1562
+
1563
+ ## Pre-uninstall script
1564
+
1565
+ Before Boards Manager starts uninstalling a platform, it checks for the presence of a script named:
1566
+
1567
+ - ` pre_uninstall.bat ` - when running on Windows
1568
+ - ` pre_uninstall.sh ` - when running on any non-Windows operating system
1569
+
1570
+ If present, the script is executed.
1571
+
1572
+ This script may be used to configure the user's system for the removal of drivers, stopping background programs and
1573
+ execute any action that should be performed before the platform files are removed.
1574
+
1575
+ The circumstances under which the pre-uninstall script will run are different depending on which Arduino development
1576
+ software is in use:
1577
+
1578
+ - ** Arduino CLI** : runs the script for any installed platform when Arduino CLI is in "interactive" mode. This behavior
1579
+ [ can be configured] ( https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_core_install/#options )
You can’t perform that action at this time.
0 commit comments