2015-07-14 01:29:27 -04:00
|
|
|
NAME='Mint'
|
2015-08-29 18:09:45 -04:00
|
|
|
SUPPORTED='no'
|
|
|
|
# Needs non-systemd chroot method
|
|
|
|
CHECK_METHOD='egrep "^DESCRIPTION=\"Linux\ Mint" /etc/linuxmint/info'
|
2015-07-14 01:29:27 -04:00
|
|
|
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."
|
|
|
|
|
|
|
|
}
|