Added support for Dragora (No ascii
)
This commit is contained in:
4
fetch
4
fetch
@@ -609,6 +609,10 @@ getpackages () {
|
|||||||
packages="$(pacman -Qq --color never | wc -l)"
|
packages="$(pacman -Qq --color never | wc -l)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Dragora"*)
|
||||||
|
packages="$(ls -1 /var/db/pkg | wc -l)"
|
||||||
|
;;
|
||||||
|
|
||||||
"void"*)
|
"void"*)
|
||||||
packages="$(xbps-query -l | wc -l)"
|
packages="$(xbps-query -l | wc -l)"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user