~ubuntu-branches/ubuntu/wily/playonlinux/wily-proposed

« back to all changes in this revision

Viewing changes to lib/deprecated.lib

  • Committer: Package Import Robot
  • Author(s): Bertrand Marc
  • Date: 2011-12-10 15:48:27 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20111210154827-7nmqzvmrzmo5uuc6
Tags: upstream-4.0.14
Import upstream version 4.0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
 
283
283
        if [ -n "$ICON_WEB_NAME" ]; then
284
284
                if [ ! "$OFFLINE" = "1" ]; then # On peut le télécharger...
285
 
                        wget -q "$SITE/icones/$ICON_WEB_NAME" -O- > "$REPERTOIRE/icones/full_size/$NOMICONE_" || rm "$REPERTOIRE/icones/full_size/$NOMICONE_"  # On prend l'icone full size
 
285
                        wget -4 -q "$SITE/icones/$ICON_WEB_NAME" -O- > "$REPERTOIRE/icones/full_size/$NOMICONE_" || rm "$REPERTOIRE/icones/full_size/$NOMICONE_"  # On prend l'icone full size
286
286
                fi
287
287
                
288
288
                if [ -f "$REPERTOIRE/icones/full_size/$NOMICONE_" ]; then
379
379
        # Cas 1 : le nom de l'icone est donné.
380
380
        if [ -n "$ICON_WEB_NAME" ]; then
381
381
                if [ ! "$OFFLINE" = "1" ]; then # On peut le télécharger...
382
 
                        wget -q "$SITE/icones/$ICON_WEB_NAME" -O "$REPERTOIRE/icones/full_size/$NOMICONE_" # On prend l'icone full size
 
382
                        wget -4 -q "$SITE/icones/$ICON_WEB_NAME" -O "$REPERTOIRE/icones/full_size/$NOMICONE_" # On prend l'icone full size
383
383
                fi
384
384
                
385
385
                if [ -f "$REPERTOIRE/icones/full_size/$NOMICONE_" ]; then