mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
add --novendor to mime install
This commit is contained in:
parent
67cd7c5154
commit
0acaf6587e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue