Adblock package release for turris omnia

usage: localrepo [-h] [--path PATH] {list,add,rm,get,clean,check} ...

Local opkg repository management script.

optional arguments:
  -h, --help            show this help message and exit
  --path PATH           Path to repository (usable if we are working out of
                        root). In default path /usr/share/updater/localrepo is
                        used.

Operation:
  {list,add,rm,get,clean,check}
    list                List all packages in repository
    add                 Add packages to repository
    rm                  Add packages to repository
    get                 Copy package from repository to current working
                        directory.
    clean               Clean unused packages (not installed ones) from
                        repository.
    check               Check repository index and related files and
                        optionally fix inconsistencies.

Did you try the check command? That would be my first guess. Maybe rm could work - not sure how the checks for actual files are configured there…

Just noticed typo in rm command description. Maybe @cynerd already knows about it…

2 Likes