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:
commit
635d04b29f
13 changed files with 598 additions and 0 deletions
13
choose-mirror.postinst
Executable file
13
choose-mirror.postinst
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue