aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update-herds.sh')
-rwxr-xr-xbin/update-herds.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/update-herds.sh b/bin/update-herds.sh
deleted file mode 100755
index 5e21b08..0000000
--- a/bin/update-herds.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-echo -n 'Updating herd information...'
-wget 'https://api.gentoo.org/packages/herds.xml' -O _data/herds.xml.tmp 2>/dev/null
-[ $? -eq 0 ] && mv _data/herds.xml.tmp _data/herds.xml
-echo 'done.'