diff --git a/iop/scripts/feeds_update.sh b/iop/scripts/feeds_update.sh deleted file mode 100755 index 110bc8f90..000000000 --- a/iop/scripts/feeds_update.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -function feeds_update { - - # always return true - exit 0 -} - -register_command "feeds_update" "Compatibility function only"