blob: 22eeaf8bf49d85112dbc03d60d6a87aa7b063a22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/Unix/Installer/WolframInstaller
+++ b/Unix/Installer/WolframInstaller
@@ -1985,6 +1985,8 @@
xdgScripts="${FullTargetDirectory}/SystemFiles/Installation"
fi
+ rm "${xdgScripts}"/{xdg-icon-resource,xdg-desktop-menu,xdg-mime,xdg-desktop-icon}
+
if [ "${InstallerType}" != "App" ] &&
[ "${InstallerType}" != "DOC" ] &&
[ "${InstallerType}" != "gridMath" ]; then
|