diff options
author | Kevin Slagle | 2015-07-18 09:24:27 -0700 |
---|---|---|
committer | Kevin Slagle | 2015-07-18 09:24:27 -0700 |
commit | b97450c4c45ba07276432a0b6444d71b42520457 (patch) | |
tree | 5c885bf71263f0ec337e3b2202f71e99e0eac578 /PKGBUILD | |
parent | 35f5691f89fadd783f14cfad90d6b6c95916a0f8 (diff) | |
download | aur-b97450c4c45ba07276432a0b6444d71b42520457.tar.gz |
fix desktop file
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,8 @@ package() { cd ${pkgdir}/opt/Mathematica/SystemFiles/Installation + sed -i 's|Name=Mathematica 8|Name=Mathematica 10|' wolfram-mathematica.desktop + echo 'Categories=Science;Math;NumericalAnalysis;DataVisualization;' >> wolfram-mathematica.desktop cp wolfram-mathematica.desktop ${pkgdir}/usr/share/applications/wolfram-mathematica10.desktop cp wolfram-all.directory ${pkgdir}/usr/share/desktop-directories/ cp *.xml ${pkgdir}/usr/share/mime/packages/ |