#!/bin/sh
if which dpkg >/dev/null 2>&1; then
	dpkg -l vzstats\* vzctl\* ploop\* vzquota \*kernel\* | grep -vw '<none>'
fi
