some updates from testing..

This commit is contained in:
2015-08-29 18:09:45 -04:00
parent 2870866232
commit 164032088a
12 changed files with 29 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
NAME='Mint'
SUPPORTED='untested'
CHECK_METHOD='egrep "^DESCRIPTION=\"Linux\ Mint\"" /etc/linuxmint/info'
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}'