Added support for Dragora (No ascii
)
This commit is contained in:
parent
2bdd52f1dc
commit
49771d8925
1 changed files with 4 additions and 0 deletions
4
fetch
4
fetch
|
@ -609,6 +609,10 @@ getpackages () {
|
|||
packages="$(pacman -Qq --color never | wc -l)"
|
||||
;;
|
||||
|
||||
"Dragora"*)
|
||||
packages="$(ls -1 /var/db/pkg | wc -l)"
|
||||
;;
|
||||
|
||||
"void"*)
|
||||
packages="$(xbps-query -l | wc -l)"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue