#!/bin/sh

if which pacman >/dev/null 2>&1; then
	pacman -Q | grep -E 'vzstats|vzctl|ploop|vzquota|linux-openvz |linux-openvz-testing '
fi
