15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
NAME='Mint'
|
|
SUPPORTED='no'
|
|
# Needs non-systemd chroot method
|
|
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/'
|
|
|
|
function distro_specific_tweaks {
|
|
|
|
echo "No tweaks found."
|
|
|
|
}
|