Remove encryption files from boot image in uninstaller

This commit is contained in:
Vojtech Bocek
2015-03-03 20:00:33 +01:00
parent c7aee95d1f
commit 98ae429d25

View File

@@ -64,6 +64,9 @@ if [ -e /tmp/boot/mrom.fstab ] ; then
rm /tmp/boot/mrom.fstab
fi
# Remove encryption files
rm -rf /tmp/boot/mrom_enc
# pack the image again
cd /tmp/boot