diff --git a/prerun.sh b/prerun.sh new file mode 100644 index 0000000..121dd19 --- /dev/null +++ b/prerun.sh @@ -0,0 +1,4 @@ +git add remote aur https://aur.archlinux.org/REPO_NAME.git +git fetch aur +git merge -X theirs --no-edit aur/master +