summarylogtreecommitdiffstats
path: root/freecad.desktop
diff options
context:
space:
mode:
authorMarkus Hovorka2017-02-16 23:24:27 +0100
committerMarkus Hovorka2017-02-16 23:24:27 +0100
commit8081f4b1fcfa6293c51e01c956b18655f3be2720 (patch)
tree9a76ee9f54e1c13a147bb71d02922c614bf14842 /freecad.desktop
parentf02d6beca1014797c79243f006e9945ae964d011 (diff)
downloadaur-8081f4b1fcfa6293c51e01c956b18655f3be2720.tar.gz
Fix icon install & remove .install
Icons are now installed into /usr/share/icons and the desktop file now specifies an icon file without a path. The .install file is no longer needed since pacman 5.0.0 because it introducted hooks (see /usr/share/libalpm/hooks) which take care of updating all kinds of databases.
Diffstat (limited to 'freecad.desktop')
-rw-r--r--freecad.desktop4
1 files changed, 2 insertions, 2 deletions
diff --git a/freecad.desktop b/freecad.desktop
index 859787a529cd..7d68dd88aec3 100644
--- a/freecad.desktop
+++ b/freecad.desktop
@@ -8,7 +8,7 @@ Exec=/usr/bin/freecad %F
Path=/opt/freecad/lib
Terminal=false
Type=Application
-Icon=/opt/freecad/data/freecad.xpm
+Icon=freecad
Categories=Application;Science;Math;Education;
StartupNotify=true
-MimeType=application/x-extension-fcstd; \ No newline at end of file
+MimeType=application/x-extension-fcstd;