mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Remove non-function pythonwin graphical user interface
This commit is contained in:
parent
ff1b8d964a
commit
61e0793dd9
1 changed files with 3 additions and 0 deletions
|
@ -214,6 +214,9 @@ If Exist "%BinDir%\libs\_tkinter.lib" del /Q "%BinDir%\libs\_tkinter.lib" 1>nul
|
|||
If Exist "%BinDir%\NEWS.txt" del /Q "%BinDir%\NEWS.txt" 1>nul
|
||||
If Exist "%BinDir%\README.txt" del /Q "%BinDir%\README.txt" 1>nul
|
||||
|
||||
:: Delete Unneeded Python Libraries
|
||||
If Exist "%BinDir%\Lib\site-packages\pythonwin" rd /S /Q "%BinDir%\Lib\site-packages\pythonwin"
|
||||
|
||||
:: Delete Non-Windows Modules
|
||||
If Exist "%BinDir%\Lib\site-packages\salt\modules\acme.py"^
|
||||
del /Q "%BinDir%\Lib\site-packages\salt\modules\acme.*" 1>nul
|
||||
|
|
Loading…
Add table
Reference in a new issue