From 0acaf6587eef08fa2b9a87269337c8bb020f53e7 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 20 Dec 2012 19:58:59 +0900 Subject: [PATCH] add --novendor to mime install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 653789cd9..79f2ec4a3 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ install: mv anki.xpm anki.png ${DESTDIR}${PREFIX}/share/pixmaps/;\ mv anki.desktop ${DESTDIR}${PREFIX}/share/applications;\ mv anki.1 ${DESTDIR}${PREFIX}/share/man/man1/) - xdg-mime install anki.xml + xdg-mime install anki.xml --novendor xdg-mime default anki.desktop application/x-anki xdg-mime default anki.desktop application/x-apkg @echo