diff options
Diffstat (limited to 'db-remove')
-rwxr-xr-x | db-remove | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ for pkgbase in ${pkgbases[@]}; do remove_pkgs+=($(. "$path/PKGBUILD"; echo ${pkgname[@]})) xbs unrelease "$pkgbase" "$repo" "$arch" else - warning "$pkgbase not found in $repo-$arch" + warning "$pkgbase not found in XBS $repo-$arch" warning "Removing only $pkgbase from the repo" warning "If it was a split package you have to remove the others yourself!" remove_pkgs+=($pkgbase) |