	#!/bin/sh
	rm "/usr/bin/geoip-shell" 2>/dev/null
	ln -s "/usr/bin/geoip-shell-manage.sh" "/usr/bin/geoip-shell"
	[ -s "/etc/geoip-shell/geoip-shell.conf" ] && /usr/bin/geoip-shell configure -z && exit 0
	logger -s -t "geoip-shell" "Please run 'geoip-shell configure' to complete the setup."
	exit 0
