mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
6 lines
61 B
Bash
Executable File
6 lines
61 B
Bash
Executable File
#!/bin/bash
|
|
cd $1
|
|
../makepkg -sr
|
|
rm -r pkg src *.pkg.*
|
|
cd ..
|