3
# Copyright 2009 Canonical Ltd. This software is licensed under the
4
# GNU Affero General Public License version 3 (see the file LICENSE).
6
# Check that we have a GeoIP city database.
8
if [ ! -e /usr/share/GeoIP/GeoLiteCity.dat -a \
9
! -e /usr/share/GeoIP/GeoIPCity.dat ]
11
echo "*********************************************************"
12
echo "No GeoIP db found. Please install launchpad-dependencies"
13
echo "*********************************************************"