Adding function to remove .setup_complete files.
This commit is contained in:
parent
bccb822eca
commit
b2beb5765b
2 changed files with 14 additions and 1 deletions
6
.fontfoldercleanup/remove_ds_and_clean_empty_folders.py
Normal file
6
.fontfoldercleanup/remove_ds_and_clean_empty_folders.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import cleanup
|
||||
|
||||
if __name__ == '__main__':
|
||||
cleanup.remove_ds_store_files()
|
||||
cleanup.remove_setup_complete_files()
|
||||
cleanup.remove_empty_folders()
|
||||
Loading…
Add table
Add a link
Reference in a new issue