mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 03:00:10 -07:00
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
|