X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=scripts%2Fipkg;h=57e4457cc5a5a08bcd1b804b78c4aaf5fabd7f25;hb=6f8e2d05715c92c0c5127ca8ea017f0a3295d377;hp=4d3ad850651aeed6abd4e82697061048a1d878f7;hpb=e46aa6fbddf54d8da50a9286826fd38776be221c;p=openwrt-10.03%2F.git diff --git a/scripts/ipkg b/scripts/ipkg index 4d3ad8506..57e4457cc 100755 --- a/scripts/ipkg +++ b/scripts/ipkg @@ -923,11 +923,7 @@ ipkg_install() { ipkg_install_file $ipkg_filename ;; *.ipk | *.deb) - if [ -f "$pkg" ]; then ipkg_install_file $pkg - else - echo "File not found $pkg" >&2 - fi ;; *) ipkg_get_install $pkg || true