summaryrefslogtreecommitdiff
path: root/db-import-archlinux-pkg
diff options
context:
space:
mode:
Diffstat (limited to 'db-import-archlinux-pkg')
-rwxr-xr-xdb-import-archlinux-pkg5
1 files changed, 1 insertions, 4 deletions
diff --git a/db-import-archlinux-pkg b/db-import-archlinux-pkg
index aae7862..17fa38d 100755
--- a/db-import-archlinux-pkg
+++ b/db-import-archlinux-pkg
@@ -89,12 +89,9 @@ init() {
# Remove blacklisted packages and count them
# TODO capture all removed packages for printing on debug mode
- msg2 "Removing blacklisted packages from %s database..." .db
+ msg2 "Removing blacklisted packages from %s and %s databases..." .db .files
LC_ALL=C repo-remove "${db_file}" "${blacklist[@]}" \
|& sed -n 's/-> Removing/ &/p'
- msg2 "Removing blacklisted packages from %s database..." .files
- LC_ALL=C repo-remove "${files_file}" "${blacklist[@]}" \
- |& sed -n 's/-> Removing/ &/p'
# Get db contents
db=($(get_repo_content "${db_file}"))