Added support for Mageia Linux
This commit is contained in:
parent
6d30f5131f
commit
0c6e0048e8
2 changed files with 22 additions and 1 deletions
21
ascii/distro/mageia
Normal file
21
ascii/distro/mageia
Normal file
|
@ -0,0 +1,21 @@
|
|||
"\
|
||||
${c2} .°°.
|
||||
${c2} °° .°°.
|
||||
${c2} .°°°. °°
|
||||
${c2} . .
|
||||
${c2} °°° .°°°.
|
||||
${c2} .°°°. '___'
|
||||
${c1} .${c2}'___' ${c1} .
|
||||
${c1} :dkxc;'. ..,cxkd;
|
||||
${c1} .dkk. kkkkkkkkkk .kkd.
|
||||
${c1} .dkk. ';cloolc;. .kkd
|
||||
${c1} ckk. .kk;
|
||||
${c1} xO: cOd
|
||||
${c1} xO: lOd
|
||||
${c1} lOO. .OO:
|
||||
${c1} .k00. .00x
|
||||
${c1} .k00; ;00O.
|
||||
${c1} .lO0Kc;,,,,,,;c0KOc.
|
||||
${c1} ;d00KKKKKK00d;
|
||||
${c1} .,KKKK,.
|
||||
"
|
2
fetch
2
fetch
|
@ -620,7 +620,7 @@ getpackages () {
|
|||
packages="$(ls -d /var/db/pkg/*/* | wc -l)"
|
||||
;;
|
||||
|
||||
"Fedora"* | "openSUSE"* | "Red Hat Enterprise Linux"* | "CentOS"*)
|
||||
"Fedora"* | "openSUSE"* | "Red Hat Enterprise Linux"* | "CentOS"* | "Mageia"*)
|
||||
packages="$(rpm -qa | wc -l)"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue