summarylogtreecommitdiffstats
path: root/.main
diff options
context:
space:
mode:
authortionis2023-09-27 13:11:09 +0200
committertionis2023-09-27 13:11:09 +0200
commitaea6d9ec62ca90e611c7610caab3bdb13c647f4c (patch)
tree02ff48e1f99c22d8e056b22de2fc536d7892e7e7 /.main
parente0b6a6ec160f5d97b4605bd3669a45c18d61f930 (diff)
downloadaur-shadow-tech.tar.gz
upgraded to 8.0.10159
Diffstat (limited to '.main')
-rwxr-xr-x.main5
1 files changed, 5 insertions, 0 deletions
diff --git a/.main b/.main
index 60892d7bd174..87651b7ef088 100755
--- a/.main
+++ b/.main
@@ -1,5 +1,8 @@
#!/bin/sh
case $1 in
+ clean)
+ git clean -dfX
+ ;;
generate-srcinfo)
makepkg --printsrcinfo > .SRCINFO
;;
@@ -17,5 +20,7 @@ case $1 in
echo "This is a helper script for the maintainers of this package"
echo "Available Commands:"
echo " generate-srcinfo - generate the .SRCINFO from current build (run makepkg before to update version number)"
+ echo " push - push to aur"
+ echo " clean - delete generated/downloaded files"
;;
esac