blob: eef040982256f26bb1fae37f2bc08bd929b7b331 [file] [log] [blame]
Dan Pasanen894b3522017-01-16 19:26:50 -06001#!/system/bin/sh
2#
3# LineageOS A/B OTA Postinstall Script
4#
5
6/postinstall/system/bin/backuptool_ab.sh backup
7/postinstall/system/bin/backuptool_ab.sh restore
8
9sync
10
11exit 0