summaryrefslogtreecommitdiff
path: root/scripts/update-manifests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-manifests.sh')
-rwxr-xr-xscripts/update-manifests.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/update-manifests.sh b/scripts/update-manifests.sh
deleted file mode 100755
index 1e5913e..0000000
--- a/scripts/update-manifests.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-OVERLAY="/home/ctibor/počítač/portage/brancik-overlay"
-
-for EBUILD in ${OVERLAY}/[a-z]*-[a-z]*/[a-z]*/[a-z]*-[0-9]*.ebuild ; do
- /usr/bin/ebuild $EBUILD manifest
-done