summaryrefslogtreecommitdiffstats
path: root/compat32-tools/massconvert32.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compat32-tools/massconvert32.sh')
-rwxr-xr-xcompat32-tools/massconvert32.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/compat32-tools/massconvert32.sh b/compat32-tools/massconvert32.sh
index 66af5d9..4318562 100755
--- a/compat32-tools/massconvert32.sh
+++ b/compat32-tools/massconvert32.sh
@@ -115,22 +115,6 @@ function get_url_pkg () {
[ "$FP" != "ZALIEN" ] && echo "$DURL/$PS/$FP" || echo ""
}
-# A function to download a package:
-function download_pkg () {
- local IP="$1"
- local BP="$(basename $1)"
- local DP="$(dirname $1)"
-
- local PS="$(basename $DP)"
-
- local DURL="$2"
-
- mkdir -p "$DP"
- cd "$DP"
- echo "--- Downloading '$PS/$BP'..."
- lftp -c 'open '${DURL}' ; mget '${PS}/${BP}'-*.t?z'
-}
-
# A function to retrieve the fullname of a package:
function get_pkgfullpath () {
local IP="$1"