blob: e44790d25705d3eb905ba19d49ffa16fbe667f23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/Unix/Installer/MathInstaller
+++ b/Unix/Installer/MathInstaller
@@ -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
|