2015-07-14 01:29:27 -04:00
|
|
|
NAME='Mint'
|
2015-07-24 04:50:51 -04:00
|
|
|
SUPPORTED='untested'
|
2015-07-14 01:29:27 -04:00
|
|
|
CHECK_METHOD='egrep "^DESCRIPTION=\"Linux\ Mint\"" /etc/linuxmint/info'
|
|
|
|
PKG_MGR='apt-get -y install ${pkgname}'
|
|
|
|
PRE_RUN='apt-get -y update'
|
|
|
|
PKG_CHK='dpkg-query -l ${pkgname}'
|
|
|
|
URL='http://www.linuxmint.com/'
|
2015-07-17 07:04:19 -04:00
|
|
|
|
|
|
|
function distro_specific_tweaks {
|
|
|
|
|
|
|
|
echo "No tweaks found."
|
|
|
|
|
|
|
|
}
|