summarylogtreecommitdiffstats
path: root/remove-xdg-scripts.patch
diff options
context:
space:
mode:
authorJP-Ellis2023-02-25 11:10:59 +1100
committerJP-Ellis2023-02-25 11:10:59 +1100
commit3d0daac2a88ca9a68e334f094531ab55afd9c3d4 (patch)
tree647f12da79b81fe4c55dfbedf8e4f0a9e5251fb8 /remove-xdg-scripts.patch
parentf281b27846437f4eaf88b091cc5e9037be53b50b (diff)
downloadaur-3d0daac2a88ca9a68e334f094531ab55afd9c3d4.tar.gz
v13.2.1
With improvements included from qtmax. Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'remove-xdg-scripts.patch')
-rw-r--r--remove-xdg-scripts.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/remove-xdg-scripts.patch b/remove-xdg-scripts.patch
new file mode 100644
index 000000000000..e44790d25705
--- /dev/null
+++ b/remove-xdg-scripts.patch
@@ -0,0 +1,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