tazpkg diff modules/remove @ rev 916

Restore AUTO_INSTALL_DEPS behaviour
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 01 16:25:14 2016 +0200 (2016-08-01)
parents 348730f0ec97
children 62fda2a9d702
line diff
     1.1 --- a/modules/remove	Sat Jul 23 10:15:28 2016 +0200
     1.2 +++ b/modules/remove	Mon Aug 01 16:25:14 2016 +0200
     1.3 @@ -123,7 +123,7 @@
     1.4  fi
     1.5  
     1.6  # Confirmation
     1.7 -if [ -n "$noconfirm$yes" ] || im && [ -z "$auto" ]; then
     1.8 +if [ -n "$noconfirm" ] || im && [ -z "$auto" ]; then
     1.9  	confirm "$(_ 'Remove package "%s" (%s)? (y/N)' "$PACKAGE" "$VERSION$EXTRAVERSION")"
    1.10  	if [ "$?" -ne 0 ]; then
    1.11  		newline; _ 'Uninstallation of package "%s" cancelled.' "$PACKAGE"