summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rw-r--r--update.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/update.sh b/update.sh
deleted file mode 100644
index 0c5a7350ea6f..000000000000
--- a/update.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-mksrcinfo &&
-git add PKGBUILD .SRCINFO update.sh &&
-git commit -m 'Update $(git rev-parse --short HEAD)' &&
-git push origin master