mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
fix uninstall script
This commit is contained in:
parent
97439bdba4
commit
04688ffe03
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ usage() {
|
|||
|
||||
getPackage() {
|
||||
APK=$1
|
||||
PACK=$($AAPT dumb badging $APK | grep '^package: ' | sed "s,^.*name='\([^']*\)'.*\$,\1,")
|
||||
PACK=$($AAPT dumb badging $APK | grep '^package: ' | sed "s,^.* name='\([^']*\)'.*\$,\1,")
|
||||
echo $PACK
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue