Remove urpmq because it doesn't list installed packages

Urpmq doesn't list installed packages. `uprmq --list-media active` lists active repositories instead. Mageia uses RPM to count installed packages.
This commit is contained in:
AlbydS 2024-08-25 16:48:19 +00:00 committed by GitHub
parent 36d87c2c35
commit afa18885ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2160,7 +2160,6 @@ get_packages() {
has rad && tot rad -cl has rad && tot rad -cl
# Rad was previously called 'Radula', some systems may still have the old name. # Rad was previously called 'Radula', some systems may still have the old name.
has radula && tot radula -cl has radula && tot radula -cl
has urpmq && tot urpmq --list-media active
# https://github.com/birb-linux/birb # https://github.com/birb-linux/birb
has birb && tot birb --list-installed has birb && tot birb --list-installed