2015-07-16 03:13:36 -04:00
|
|
|
NAME='elementaryOS'
|
2015-07-30 03:35:29 -04:00
|
|
|
SUPPORTED='no'
|
2015-07-16 03:13:36 -04:00
|
|
|
CHECK_METHOD='egrep "^DISTRIB_ID=\"elementary OS\"$" /etc/lsb-release'
|
|
|
|
PKG_MGR='apt-get -y install ${pkgname}'
|
|
|
|
PRE_RUN='apt-get -y update'
|
|
|
|
PKG_CHK='dpkg-query -l ${pkgname} | egrep "^ii[[:space:]]*${pkgname}"'
|
|
|
|
URL='https://elementary.io/'
|
2015-07-17 07:04:19 -04:00
|
|
|
|
|
|
|
function distro_specific_tweaks {
|
|
|
|
|
|
|
|
echo "No tweaks found."
|
|
|
|
|
|
|
|
}
|
|
|
|
|