#!/bin/sh
set -e
install-info --description='GNU Hello.  Prints a classic greeting.' \
	     --quiet /usr/info/hello.info
