~ubuntu-branches/ubuntu/oneiric/localization-config/oneiric

1
2
3
4
5
6
7
8
9
10
#! /bin/sh -e

. /usr/share/debconf/confmodule

if db_get mirror/codename && [ "$RET" ]; then
	if [ "$RET" = sarge ]; then
		exit 1
	fi
fi
exit 0