summarylogtreecommitdiffstats
path: root/remove_xdg_cmds_from_makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'remove_xdg_cmds_from_makefile.patch')
-rw-r--r--remove_xdg_cmds_from_makefile.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/remove_xdg_cmds_from_makefile.patch b/remove_xdg_cmds_from_makefile.patch
deleted file mode 100644
index 8785e8b09721..000000000000
--- a/remove_xdg_cmds_from_makefile.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/anki/Makefile b/anki/Makefile
-index 9f10a3a..6a3539b 100644
---- a/anki/Makefile
-+++ b/anki/Makefile
-@@ -20,15 +20,10 @@ install:
- mv anki.xpm anki.png ${PREFIX}/share/pixmaps/;\
- mv anki.desktop ${PREFIX}/share/applications/;\
- mv anki.1 ${PREFIX}/share/man/man1/)
-- xdg-mime install anki.xml --novendor
-- xdg-mime default anki.desktop application/x-colpkg
-- xdg-mime default anki.desktop application/x-apkg
-- xdg-mime default anki.desktop application/x-ankiaddon
- @echo
- @echo "Install complete. Type 'anki' to run."
-
- uninstall:
-- -xdg-mime uninstall ${PREFIX}/share/anki/anki.xml
- rm -rf ${PREFIX}/share/anki
- rm -rf ${PREFIX}/bin/anki
- rm -rf ${PREFIX}/share/pixmaps/anki.xpm