	apk_add $@
	echo | gawk '{ print "hello world" }'
	apk_del $@
	# verify bb link is restored
	[ `readlink /usr/bin/awk` = /bin/busybox ]
