2015-07-14 01:29:27 -04:00
|
|
|
NAME='openSUSE'
|
2015-09-03 00:09:48 -04:00
|
|
|
SUPPORTED='yes'
|
2015-07-15 03:26:34 -04:00
|
|
|
# Default doesn't have the quotes around the value, but I have a feeling that's a bug that will get "fixed" soon.
|
|
|
|
CHECK_METHOD='egrep "^NAME=\"?openSUSE\"?$" /etc/os-release'
|
|
|
|
PKG_MGR='zypper install --no-confirm -l ${pkgname}'
|
|
|
|
PRE_RUN='zypper refresh'
|
|
|
|
PKG_CHK='rpm -q ${pkgname} | egrep "^${pkgname}-[0-9]"'
|
2015-07-14 01:29:27 -04:00
|
|
|
URL='https://www.opensuse.org/'
|
2015-07-17 07:04:19 -04:00
|
|
|
|
|
|
|
function distro_specific_tweaks {
|
|
|
|
|
|
|
|
echo "No tweaks found."
|
|
|
|
|
|
|
|
}
|
|
|
|
|