remove log since it's not needed
This commit is contained in:
parent
24b6464d0b
commit
ae9a611ea6
47 changed files with 0 additions and 8388 deletions
|
@ -1,13 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Build package and prompt for cleaning
|
||||
|
||||
{
|
||||
makepkg -si;
|
||||
read -p "Clean leftover files? [y/n]:" -n 1 -r
|
||||
echo
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||
then
|
||||
git clean -dxfi
|
||||
fi
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue