2015-07-14 01:29:27 -04:00
|
|
|
NAME='SUSE'
|
2015-07-12 03:04:09 -04:00
|
|
|
SUPPORTED=
|
2015-07-14 01:29:27 -04:00
|
|
|
# Both SLED and SLES. We can probably safely combine them.
|
|
|
|
CHECK_METHOD='egrep "^NAME=\"SLE(D|S)\"" /etc/os-release'
|
|
|
|
PKG_MGR='zypper install -l ${pkgname}'
|
|
|
|
PRE_RUN='none'
|
|
|
|
PKG_CHK='rpm -q ${pkgname} | egrep "^${pkgname}-[0-9]"'
|
|
|
|
URL='https://www.suse.com/'
|