diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2015-10-07 18:38:03 +0300 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2015-10-07 21:15:52 +0300 |
commit | eb83dba7ce8e174bc8734ba405acbbd74f6c0d26 (patch) | |
tree | eff0c78b79cd22815e329e7d0073780226385c2e /prebuilt/common | |
parent | b026605629c96c413e1aced4916b0838bcdc571e (diff) | |
download | vendor_replicant-eb83dba7ce8e174bc8734ba405acbbd74f6c0d26.zip vendor_replicant-eb83dba7ce8e174bc8734ba405acbbd74f6c0d26.tar.gz vendor_replicant-eb83dba7ce8e174bc8734ba405acbbd74f6c0d26.tar.bz2 |
Updates for cm-13.0
Change-Id: I6a0efff3bf6ea2e332cacd7cbb2f2b132b2c73dd
Diffstat (limited to 'prebuilt/common')
-rwxr-xr-x | prebuilt/common/bin/50-cm.sh | 2 | ||||
-rw-r--r-- | prebuilt/common/bin/backuptool.functions | 2 | ||||
-rwxr-xr-x | prebuilt/common/bin/backuptool.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/prebuilt/common/bin/50-cm.sh b/prebuilt/common/bin/50-cm.sh index 59d9bc6..c8b81cb 100755 --- a/prebuilt/common/bin/50-cm.sh +++ b/prebuilt/common/bin/50-cm.sh @@ -1,7 +1,7 @@ #!/sbin/sh # # /system/addon.d/50-cm.sh -# During a CM12.1 upgrade, this script backs up /system/etc/hosts, +# During a CM13.0 upgrade, this script backs up /system/etc/hosts, # /system is formatted and reinstalled, then the file is restored. # diff --git a/prebuilt/common/bin/backuptool.functions b/prebuilt/common/bin/backuptool.functions index 0b45247..9598f23 100644 --- a/prebuilt/common/bin/backuptool.functions +++ b/prebuilt/common/bin/backuptool.functions @@ -5,7 +5,7 @@ export C=/tmp/backupdir export S=/system -export V=12.1 +export V=13.0 backup_file() { if [ -e "$1" ]; then diff --git a/prebuilt/common/bin/backuptool.sh b/prebuilt/common/bin/backuptool.sh index e2759ed..80e4e20 100755 --- a/prebuilt/common/bin/backuptool.sh +++ b/prebuilt/common/bin/backuptool.sh @@ -5,7 +5,7 @@ export C=/tmp/backupdir export S=/system -export V=12.1 +export V=13.0 # Scripts in /system/addon.d expect to find backuptool.functions in /tmp cp -f /tmp/install/bin/backuptool.functions /tmp |