2015-07-12 03:04:09 -04:00
|
|
|
NAME='Arch'
|
|
|
|
SUPPORTED='yes'
|
2015-07-15 03:26:34 -04:00
|
|
|
CHECK_METHOD='egrep "^NAME=\"Arch Linux\"$" /etc/os-release'
|
|
|
|
PKG_MGR='pacman -S --needed --noconfirm ${pkgname}'
|
2015-07-12 03:04:09 -04:00
|
|
|
PRE_RUN='pacman -Syyy'
|
2015-07-14 01:29:27 -04:00
|
|
|
PKG_CHK='pacman -Q ${pkgname}'
|
|
|
|
URL='https://www.archlinux.org/'
|