#!/bin/sh
# delete packages from a list on the master mirror (in
# case they are dangling after a db-update
# shellcheck disable=SC2119,SC2120
# shellcheck source=../lib/load-configuration
. "${0%/*}/../lib/load-configuration"
filelist=$1
cat "$filelist" | sed 's/\(.*\)/rm pool\/\1/' |
failsafe_sftp