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