X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=b3b9e4a5d66c7e6fa0dd19ca8e55d8ef6c38afd4;hb=HEAD;hp=749f92bed3e2e95dcb95cb89c85552655e2dad23;hpb=47df52fbaec4daeaac4de8ac2bf9ae92e0827a45;p=apt-cn.git diff --git a/debian/postinst b/debian/postinst index 749f92b..8344168 100755 --- a/debian/postinst +++ b/debian/postinst @@ -6,14 +6,16 @@ set -e [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx repos_regexp=" -^deb .*tp://security.debian.org lenny/updates main contrib non-free -^deb .*tp://ftp.carnet.hr/.*debian lenny main contrib non-free -^deb .*tp://ftp.carnet.hr/carnet-debian lenny main non-free" +^deb .*tp://security.debian.org.*buster/updates main contrib non-free +^deb .*tp://ftp.hr.debian.org/.*debian.*buster main contrib non-free +^deb .*tp://ftp.hr.debian.org/.*debian.*buster-updates main contrib non-free +^deb .*tp://ftp.carnet.hr/carnet-debian.*buster main non-free" repos=" -1 deb http://security.debian.org lenny/updates main contrib non-free -2 deb http://ftp.carnet.hr/debian lenny main contrib non-free -3 deb http://ftp.carnet.hr/carnet-debian lenny main non-free" +1 deb http://security.debian.org/ buster/updates main contrib non-free +2 deb http://ftp.hr.debian.org/debian/ buster main contrib non-free +3 deb http://ftp.hr.debian.org/debian/ buster-updates main contrib non-free +4 deb http://ftp.carnet.hr/carnet-debian/ carnet-buster main non-free" notneeded_repos_regexp="^deb.*tp://.*debian-non-US" @@ -29,18 +31,20 @@ for i in $repos_regexp; do done if grep -q "$notneeded_repos_regexp" /etc/apt/sources.list; then - echo "CN: Following repositories are obsolete:" + echo "CN: Sljedeci repozitoriji nisu vise potrebni:" grep "$notneeded_repos_regexp" /etc/apt/sources.list echo "" fi if [ ! -z "$needed" ]; then - echo "CN: Following repositories are not found in your sources list:" + echo "CN: Ovi repozitoriji nisu pronadjeni u vasoj datoteci sources list:" IFS=" " for i in $needed; do echo $repos | grep ^$i | cut -c3-300 done echo "" - echo "CN: You can add the above to /etc/apt/sources.list or just:" + echo "CN: Gornje repozitorije mozete rucno dodati u /etc/apt/sources.list ili samo pokrenuti:" echo "CN: # install-carnet-sources.list" fi + +#DEBHELPER#