mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-20 03:30:59 +00:00
FIX mime packaging problems
This commit is contained in:
parent
f8e9837dc1
commit
103788f2da
@ -35,7 +35,7 @@ MimePkg = tomb.mimepkg
|
|||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
@echo "installing mime type"
|
@echo "installing mime type"
|
||||||
@install -D $(top_srcdir)/share/dyne-tomb.xml $(DESTDIR)/$(datadir)/mime/packages
|
@install -D $(top_srcdir)/share/dyne-tomb.xml $(DESTDIR)/$(datadir)/mime/packages/dyne-tomb.xml
|
||||||
@if ! [ -n `which xdg-mime` ]; then xdg-mime install dyne-tomb.xml; fi
|
@if ! [ -n `which xdg-mime` ]; then xdg-mime install dyne-tomb.xml; fi
|
||||||
@if ! [ -n `which update-desktop-database` ]; then echo update-desktop-database; update-desktop-database; fi
|
@if ! [ -n `which update-desktop-database` ]; then echo update-desktop-database; update-desktop-database; fi
|
||||||
@if ! [ -n `which update-menus` ]; then echo update-menus; update-menus; fi
|
@if ! [ -n `which update-menus` ]; then echo update-menus; update-menus; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user