wok-current diff thunderbird/receipt @ rev 12057

cleaning up receipts that have unnecessary cp operations
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Mar 07 21:27:37 2012 -0800 (2012-03-07)
parents cc29898c3261
children 95c157f0be92
line diff
     1.1 --- a/thunderbird/receipt	Mon Feb 27 20:16:43 2012 +0100
     1.2 +++ b/thunderbird/receipt	Wed Mar 07 21:27:37 2012 -0800
     1.3 @@ -53,11 +53,6 @@
     1.4  	cp -a $_pkg/usr/bin $fs/usr
     1.5  	# adding mime-type (x-html)
     1.6  	cp $stuff/mimeTypes.rdf $fs/usr/lib/$PACKAGE/defaults/profile
     1.7 -	# icons and desktop file
     1.8 -	mkdir -p $fs/usr/share/applications
     1.9 -	cp -a $stuff/thunderbird.desktop $fs/usr/share/applications
    1.10 -	mkdir -p $fs/usr/share/pixmaps
    1.11 -	cp -a $stuff/thunderbird-icon.png $fs/usr/share/pixmaps
    1.12  }
    1.13  
    1.14