Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 5d765710416fd1cfc6b2ed07f74aaf25 > files > 33

xen-runtime-4.0.3-1.fc14.i686.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