post_install() {
	cat <<EOF
Because of the increasing popularity of youtube-viewer, the
developer's API key is occasionally exceeding its usage limit. Users
who are able are requested to create their own free API keys to reduce
the load. Please refer to

	/usr/share/doc/youtube-viewer/README.md

for instructions.
EOF
}

post_upgrade() {
	post_install
}
