From 0985429b68d8da1016bf4a84b2a2d32fb8c3027c Mon Sep 17 00:00:00 2001 From: Nicolas Reynolds Date: Sat, 21 Jan 2012 11:16:42 -0300 Subject: Merging fullpkg --- fullpkg | 8 -------- 1 file changed, 8 deletions(-) (limited to 'fullpkg') diff --git a/fullpkg b/fullpkg index 227f329..fe74432 100755 --- a/fullpkg +++ b/fullpkg @@ -19,14 +19,6 @@ usage() { } -# Finds a PKGBUILD on toru's path cache -# Look in all caches but pick the first one -# TODO move to a toru flag (-p?) -where_is() { - grep -m1 "^${1}:" "${TORUPATH}/paths" 2>/dev/null| \ - cut -d: -f2 2>/dev/null -} - while getopts 'haA:l:nm:' arg; do case "$arg" in h) usage ;; -- cgit v1.2.3-2-g168b