15 lines
339 B
Plaintext
15 lines
339 B
Plaintext
NAME='elementaryOS'
|
|
SUPPORTED='no'
|
|
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/'
|
|
|
|
function distro_specific_tweaks {
|
|
|
|
echo "No tweaks found."
|
|
|
|
}
|
|
|