Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Commit

Permalink
Handle remove of jars as well
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Aug 27, 2014
1 parent 9ce6464 commit d8011ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions archi
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ BLACKLIST_REMOVE() {
case "$TARGETS" in
/*) ;;
*.apk) TARGETS="$(echo "$TARGETS" | rev | cut -d'.' -f2- | rev)"; TARGETS="/system/app/$TARGETS.apk /system/app/$TARGETS.odex /system/priv-app/$TARGETS.apk /system/priv-app/$TARGETS.odex" ;;
*.jar) TARGETS="$(echo "$TARGETS" | rev | cut -d'.' -f2- | rev)"; TARGETS="/system/framework/$TARGETS.jar /system/framework/$TARGETS.odex" ;;
*.so) TARGETS="/system/lib/$TARGETS" ;;
esac
for TARGET in $TARGETS; do
Expand Down

0 comments on commit d8011ea

Please sign in to comment.