post_remove()
{
	mkdir -p /var/empty
}

op=$1
shift

$op $*

# vim: ft=sh
