don't register services.jar in uninstaller information for System Mode installation

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent 268cdc2c3c
commit 2e40262465

@ -481,10 +481,6 @@ install_services () {
cp ${BASEDIR}/services.jar "${install_path}/system/framework" \
|| error "failed to install services.jar"
if [ "${install_path}" = "/" ]; then
echo /system/framework/services.jar >> /data/adb/NanoDroid_FileList
fi
touch /data/adb/NanoDroid_Patched
}

Loading…
Cancel
Save