diff options
Diffstat (limited to 'prebuilt/common/bin/backuptool_postinstall.sh')
-rwxr-xr-x | prebuilt/common/bin/backuptool_postinstall.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/prebuilt/common/bin/backuptool_postinstall.sh b/prebuilt/common/bin/backuptool_postinstall.sh deleted file mode 100755 index eef04098..00000000 --- a/prebuilt/common/bin/backuptool_postinstall.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/system/bin/sh -# -# LineageOS A/B OTA Postinstall Script -# - -/postinstall/system/bin/backuptool_ab.sh backup -/postinstall/system/bin/backuptool_ab.sh restore - -sync - -exit 0 |