2015-07-12 03:04:09 -04:00
|
|
|
NAME='Debian'
|
2015-07-30 03:35:29 -04:00
|
|
|
SUPPORTED='yes'
|
2015-07-15 03:26:34 -04:00
|
|
|
CHECK_METHOD='egrep "^NAME=\"Debian\ GNU/Linux\"$" /etc/os-release'
|
2015-07-14 01:29:27 -04:00
|
|
|
PKG_MGR='apt-get -y install ${pkgname}'
|
2015-07-12 03:04:09 -04:00
|
|
|
PRE_RUN='apt-get update'
|
2015-07-15 03:26:34 -04:00
|
|
|
PKG_CHK='dpkg-query -l ${pkgname} | egrep "^ii[[:space:]]*${pkgname}"'
|
2015-07-14 01:29:27 -04:00
|
|
|
URL='http://www.debian.org/'
|
2015-07-17 07:04:19 -04:00
|
|
|
|
|
|
|
function distro_specific_tweaks {
|
|
|
|
|
|
|
|
echo "No tweaks found."
|
|
|
|
|
|
|
|
}
|