wok diff locale-uk/receipt @ rev 22043

openal: post-install(): fix "sed: unmatched '|'" error
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:57:36 2019 +0300 (2019-10-22)
parents 7042a09beaeb
children a4853170daf3
line diff
     1.1 --- a/locale-uk/receipt	Fri Jun 03 01:02:47 2016 +0300
     1.2 +++ b/locale-uk/receipt	Tue Oct 22 12:57:36 2019 +0300
     1.3 @@ -29,5 +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  	echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
     1.9  }