mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-25 20:32:10 +00:00
9 lines
114 B
Bash
9 lines
114 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./tarball.sh
|
||
|
makepkg -g >> PKGBUILD
|
||
|
makepkg -sic
|
||
|
rm ./*.tar.gz
|
||
|
rm ./*.pkg.tar.xz
|
||
|
sed -i '$ d' PKGBUILD
|