working on dat cross-distro support....

This commit is contained in:
2015-07-12 03:04:09 -04:00
parent 67aba34ed1
commit 52cb0ea321
30 changed files with 138 additions and 3 deletions

6
lib/prereqs/Arch/meta Normal file
View File

@@ -0,0 +1,6 @@
NAME='Arch'
SUPPORTED='yes'
CHECK_METHOD='egrep "^NAME=\"Arch Linux\"" /etc/os-release'
PKG_MGR='pacman -S'
PRE_RUN='pacman -Syyy'
PKG_CHK='pacman -Q'

0
lib/prereqs/Arch/pkgs Normal file
View File