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