Fix minor issues with APKTool and pdf-parser

This commit is contained in:
Eric Gustafson 2015-05-10 22:42:10 -07:00
parent 4663cedf73
commit 43d28fc265
2 changed files with 0 additions and 3 deletions

View file

@ -6,5 +6,3 @@ mv apktool_2.0.0.jar bin/apktool.jar
mv apktool bin/
chmod 755 bin/apktool
chmod 755 bin/apktool.jar
cd ..

View file

@ -5,4 +5,3 @@ unzip pdf-parser_V0_6_3.zip
mkdir -p bin
mv pdf-parser.py bin/pdf-parser
chmod 755 bin/pdf-parser
END