forked from kiss-community/repo
9 lines
125 B
Plaintext
9 lines
125 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
cd "$1"
|
||
|
|
||
|
tar xf "$OLDPWD/xkeyboard-config-"*.apk
|
||
|
tar xf "$OLDPWD/libx11-"*.apk
|
||
|
|
||
|
rm -rf usr/lib .PKGINFO .*.pub
|