Fix include bug + add lintian package validation in check-install script

This commit is contained in:
2015-07-04 18:42:08 +02:00
parent ab10d60215
commit 735575a961
3 changed files with 10 additions and 5 deletions

View File

@ -5,6 +5,9 @@ set -e
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
source "${DIR}/util.sh"
info "Analysing package $1..."
lintian "$1"
info "Updating packages definition..."
apt-get update