summarylogtreecommitdiffstats
path: root/reposync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'reposync.sh')
-rw-r--r--reposync.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/reposync.sh b/reposync.sh
index 86f47f08fd41..0b6eb960550e 100644
--- a/reposync.sh
+++ b/reposync.sh
@@ -98,6 +98,8 @@ aursync --sign --repo "$repo_name" --root "$local_repo" -u $@
# remove all the extras
rm -f "${db_local_name}"*
rm -f "${files_local_name}"*
+ # remove backup files from aursync
+ rm -f *~
)
echo "Syncing local repo to remote"