vendor: cm: Updates for CM-14.0
* Fix the backuptool for the new version * Update text references Change-Id: I3d557cc4eb5feb07ebbff372dae6d165d29d94ee
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CyanogenMod
|
||||
===========
|
||||
|
||||
Maintainers (CyanogenMod 13.0):
|
||||
Maintainers (CyanogenMod 14.0):
|
||||
-----------------------------
|
||||
* __Acer A700:__ pawitp
|
||||
* __Amazon Kindle Fire 1st Edition:__ Hashcode, FuZZ__
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#!/sbin/sh
|
||||
#
|
||||
# /system/addon.d/50-cm.sh
|
||||
# During a CM13.0 upgrade, this script backs up /system/etc/hosts,
|
||||
# During a CM14.0 upgrade, this script backs up /system/etc/hosts,
|
||||
# /system is formatted and reinstalled, then the file is restored.
|
||||
#
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
export C=/tmp/backupdir
|
||||
export S=/system
|
||||
export V=13.0
|
||||
export V=14.0
|
||||
|
||||
backup_file() {
|
||||
if [ -e "$1" ]; then
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
export C=/tmp/backupdir
|
||||
export S=/system
|
||||
export V=13.0
|
||||
export V=14.0
|
||||
|
||||
# Scripts in /system/addon.d expect to find backuptool.functions in /tmp
|
||||
cp -f /tmp/install/bin/backuptool.functions /tmp
|
||||
|
Reference in New Issue
Block a user