import babelbox-etch.tgz (thanks, bubulle)

SHA-1:b7fcbd9076903bb98474a7b6c5b4d860ece09bcd, from
<http://d-i.alioth.debian.org/pub/etch/babelbox/babelbox.tgz>
This commit is contained in:
Luca Capello 2012-07-03 16:38:15 -06:00
commit 635d04b29f
13 changed files with 598 additions and 0 deletions

13
choose-mirror.postinst Executable file
View file

@ -0,0 +1,13 @@
#!/bin/sh -e
. /usr/share/debconf/confmodule
#anna-install apt-mirror-setup || true
if [ -f /etc/lsb-release ]; then
. /etc/lsb-release
if [ -n "$DISTRIB_CODENAME" ]; then
db_set mirror/suite "$DISTRIB_CODENAME"
fi
fi
exit 0
exec choose-mirror