i'm a dumb.

This commit is contained in:
2015-07-17 07:04:19 -04:00
parent fc0a1ec94a
commit 4403901d8f
17 changed files with 149 additions and 45 deletions

View File

@@ -5,3 +5,10 @@ PKG_MGR='apt-get -y install ${pkgname}'
PRE_RUN='apt-get -y update'
PKG_CHK='dpkg-query -l ${pkgname} | egrep "^ii[[:space:]]*${pkgname}"'
URL='http://www.ubuntu.com/'
function distro_specific_tweaks {
echo "No tweaks found."
}