wok diff locale-nb/receipt @ rev 25643

Fix mouse issue on mc with ncurses6
author Stanislas Leduc <shann@slitaz.org>
date Fri Jan 12 14:14:28 2024 +0100 (7 months ago)
parents a52ffca61a1d
children
line diff
     1.1 --- a/locale-nb/receipt	Mon Mar 25 20:50:34 2019 +0100
     1.2 +++ b/locale-nb/receipt	Fri Jan 12 14:14:28 2024 +0100
     1.3 @@ -29,6 +29,6 @@
     1.4  # Back to C if it's the last used locale.
     1.5  post_remove()
     1.6  {
     1.7 -	grep -q =$LOCALE /etc/locale.conf &&
     1.8 +	grep -qs =$LOCALE /etc/locale.conf &&
     1.9  	echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
    1.10  }