Skip to content

Commit

Permalink
Remove urpmq because it doesn't list installed packages
Browse files Browse the repository at this point in the history
Urpmq doesn't list installed packages. `uprmq --list-media active` lists active repositories instead. Mageia uses RPM to count installed packages.
  • Loading branch information
AlbydS authored Aug 25, 2024
1 parent 36d87c2 commit afa1888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -2160,7 +2160,6 @@ get_packages() {
has rad && tot rad -cl
# Rad was previously called 'Radula', some systems may still have the old name.
has radula && tot radula -cl
has urpmq && tot urpmq --list-media active
# https://github.com/birb-linux/birb
has birb && tot birb --list-installed

Expand Down

0 comments on commit afa1888

Please sign in to comment.