The OpenOffice.org icons should work now. I really mean it this time

svn path=/nixpkgs/trunk/; revision=17854
This commit is contained in:
Sander van der Burg 2009-10-16 15:31:31 +00:00
parent 702871ef25
commit d72c439a26

View file

@ -83,7 +83,7 @@ installPhase() {
do
chmod 644 $appl # What's wrong with the file permissions?
sed -i '/Icon/d' $appl
echo "Icon=`echo $appl | sed 's/.desktop//'`" >> $appl
echo "Icon=$(echo $(basename $appl) | sed 's/.desktop//')" >> $appl
done
# Copy icons so that the menu items in KDE and GNOME will look much nicer