Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > media > main-testing > by-pkgid > 7564505c8b39bb85c995aba611b95a8a > files > 31

xen-3.3.0-7.2mdv2009.0.i586.rpm

#!/bin/sh
#
# Copyright (c) 2007, FUJITSU Limited
# Based on the block scripts code.
#

dir=$(dirname "$0")
. "$dir/xen-hotplug-common.sh"

findCommand "$@"

case "$command" in
	add)
		success
		;;
	remove)
		# TODO
		exit 0
		;;
esac

exit 0