Added support for Dragora (No ascii

)
This commit is contained in:
Dylan 2016-02-15 09:28:51 +11:00
parent 2bdd52f1dc
commit 49771d8925
1 changed files with 4 additions and 0 deletions

4
fetch
View File

@ -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)"
;; ;;