iop: feeds_update: Remove script

Script is now stored in top repo.
This commit is contained in:
Piotr Kubik 2024-10-02 13:57:40 +02:00
parent eb18ec1e2b
commit 4d72fddff8

View file

@ -1,9 +0,0 @@
#!/bin/bash
function feeds_update {
# always return true
exit 0
}
register_command "feeds_update" "Compatibility function only"