Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 1b8197bd21e5871a2eef95e654631b3a > files > 32

xen-4.12.1-1.mga7.armv7hl.rpm

#!/usr/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