diff --git a/module/customize.sh b/module/customize.sh index 18cd996..66d88b9 100644 --- a/module/customize.sh +++ b/module/customize.sh @@ -52,6 +52,11 @@ if [ -d /data/adb/modules/oh_my_keymint ]; then ui_print "! Oh My KeyMint module will be removed on next reboot" fi +if [ -d /data/adb/modules/teesim ]; then + touch /data/adb/modules/teesim/remove + ui_print "! TEE Simulator module will be removed on next reboot" +fi + # --- Installation --- ui_print "- Extracting module files" for file in customize.sh module.prop post-fs-data.sh service.sh sepolicy.rule daemon; do @@ -93,4 +98,4 @@ fi if [ ! -f "$CONFIG_DIR/target.txt" ]; then ui_print "- Adding default target scope" install_file "target.txt" "$CONFIG_DIR" -fi \ No newline at end of file +fi