fix: disable confirmation when dropping packages
Since commit 1d433f60 ("feat(db): confirm list of all packages that will be removed") packages need confirmation by default when being dropped from the db. If we make it to the DB drop phase the package already is pushed to the AUR, so it is safe to remove from the database and not removing it would create a somewhat broken state, so we assume that the package should unconditionally be removed from the db.
Component: pkgctl aur drop-from-repo Signed-off-by: Christian Heusel christian@heusel.eu