wok-next diff lxrandr/receipt @ rev 18687

libQtOpenGL: fix description
author Yuri Pourre <yuripourre@gmail.com>
date Thu Dec 10 13:33:41 2015 -0200 (2015-12-10)
parents c9e270dd464f
children c3426057458e
line diff
     1.1 --- a/lxrandr/receipt	Thu Apr 23 16:47:39 2015 +0300
     1.2 +++ b/lxrandr/receipt	Thu Dec 10 13:33:41 2015 -0200
     1.3 @@ -35,5 +35,8 @@
     1.4  
     1.5  	# Remove man & locales
     1.6  	rm -rf $fs/usr/share/man
     1.7 -	rm -rf $fs/usr/share/locale	
     1.8 +	rm -rf $fs/usr/share/locale
     1.9 +
    1.10 +	sed -i 's|^Icon=.*$|Icon=preferences-desktop-display|' \
    1.11 +		$fs/usr/share/applications/lxrandr.desktop
    1.12  }