customize: Remove unused SDKs after installation

This commit is contained in:
Danny Lin 2021-01-13 19:08:15 -08:00
parent 357517a2e7
commit e240121e83
No known key found for this signature in database
GPG Key ID: 1988FAA1797EE5AC

View File

@ -10,5 +10,8 @@ else
exit 1
fi
# Remove unused SDKs
rm -fr $MODPATH/system_sdk*
# Set executable permissions
set_perm_recursive $MODPATH/system/bin 0 0 0755 0755