summaryrefslogtreecommitdiff
path: root/src/bin/xbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/xbs')
-rw-r--r--src/bin/xbs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/bin/xbs b/src/bin/xbs
index f1d3193..862ddab 100644
--- a/src/bin/xbs
+++ b/src/bin/xbs
@@ -263,9 +263,11 @@ case "${rules}" in
fi
done
;;
- check-libraries|check-libs|chl)
+ check-libraries|check-libs|chl|list-unsigned-packages|list-unsigd-pkgs|lup)
if [ "${rules}" == 'check-libraries' || "${rules}" == 'check-libs' || "${rules}" == 'chl' ]; then
- "${BIN_DIR}/db-check-package-libraries.py"
+ "${BIN_DIR}/db-check-package-libraries.py ${@}"
+ elif [ "${rules}" == 'list-unsigned-packages' || "${rules}" == 'list-unsigd-pkgs' || "${rules}" == 'lup' ]; then
+ "${BIN_DIR}/db-list-unsigned-packages.py ${@}"
fi
;;
init|sync|import)