Skip to content

Commit

Permalink
Fix Stock PackageInstaller not being removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rapperskull committed Nov 7, 2015
1 parent cc6ffee commit 6101d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/inc.updatebinary.sh
Expand Up @@ -959,7 +959,7 @@ if ( contains "$gapps_list" "dialergoogle" ) && ( ! contains "$aosp_remove_list"
fi;
# If we're installing packageinstaller we MUST ADD packageinstallerstock to $aosp_remove_list (if it's not already there)
if ( contains "$gapps_list" "packageinstaller" ) && ( ! contains "$aosp_remove_list" "packageinstallerstock" ); then
if ( contains "$core_gapps_list" "packageinstaller" ) && ( ! contains "$aosp_remove_list" "packageinstallerstock" ); then
aosp_remove_list="${aosp_remove_list}packageinstallerstock"$'\n';
fi;
Expand Down

0 comments on commit 6101d8d

Please sign in to comment.