summaryrefslogtreecommitdiff
path: root/db-remove
diff options
context:
space:
mode:
Diffstat (limited to 'db-remove')
-rwxr-xr-xdb-remove2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-remove b/db-remove
index 993574f..1c25e5c 100755
--- a/db-remove
+++ b/db-remove
@@ -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)