Skip to content

Commit

Permalink
Merge pull request #85 from AndrewEdwards/master
Browse files Browse the repository at this point in the history
Update dmd_deb.sh
  • Loading branch information
Jordi Sayol authored and AndrewEdwards committed Jul 8, 2014
1 parent 2b80abd commit fcb9663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/dmd_deb.sh
Expand Up @@ -219,13 +219,13 @@ else
for I in 16 22 24 32 48 256
do
mkdir -p usr/share/icons/hicolor/${I}x${I}/mimetypes
cp -f $(dirname $0)/icons/${I}/dmd-source.png usr/share/icons/hicolor/${I}x${I}/mimetypes
cp -f ${DESTDIR}/icons/${I}/dmd-source.png usr/share/icons/hicolor/${I}x${I}/mimetypes
done


# add dmd-doc.png icon file
mkdir -p usr/share/icons/hicolor/128x128/apps
cp $(dirname $0)/icons/128/dmd-doc.png usr/share/icons/hicolor/128x128/apps
cp ${DESTDIR}/icons/128/dmd-doc.png usr/share/icons/hicolor/128x128/apps


# create dmd-doc.desktop
Expand Down

0 comments on commit fcb9663

Please sign in to comment.