wok-6.x diff stella/receipt @ rev 12014

linux: remove DRM_NOUVEAU
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 06 09:32:12 2012 +0100 (2012-03-06)
parents b21ddafda05b
children b3a9262e1cca
line diff
     1.1 --- a/stella/receipt	Mon Mar 05 16:40:06 2012 -0800
     1.2 +++ b/stella/receipt	Tue Mar 06 09:32:12 2012 +0100
     1.3 @@ -26,5 +26,12 @@
     1.4  	mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications
     1.5  	cp -a $_pkg/usr/bin $fs/usr
     1.6  	cp -a $_pkg/usr/share/icons/hicolor/48x48/apps/stella.png $fs/usr/share/pixmaps
     1.7 +	cp -a $_pkg/usr/share/applications/stella.desktop \
     1.8 +		$fs/usr/share/applications/stella.desktop
     1.9  }
    1.10  
    1.11 +post_install()
    1.12 +{
    1.13 +	sed -i 's|Icon=stella.png|Icon=stella|' \
    1.14 +		$fs/usr/share/applications/stella.desktop
    1.15 +}