From 4f3a49e4da83120aa2029f9e1da2a50a664fa6e2 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 20 Oct 2018 14:36:41 +0200 Subject: [PATCH] minor fixup --- CommonInstaller | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CommonInstaller b/CommonInstaller index aa23cd6..7ffef1b 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -640,10 +640,11 @@ install_microg () { for app in ${GOOGLE_DATA_DIRTY}; do awk -v RS='' "!/${app}/"'{print $0 RS}' \ /tmp/packages.xml > /tmp/_packages.xml + mv /tmp/_packages.xml /tmp/packages.xml + sed -e '$ d' -i /tmp/packages.xml done - sed -e '$ d' -i /tmp/packages.xml cp /tmp/packages.xml /data/system/packages.xml fi