mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
update desktop and mime database during installation
This commit is contained in:
parent
3f00e9d2a0
commit
abb21470e8
@ -8,6 +8,10 @@ install:
|
||||
install -m 644 *.txt *.xca $(destdir)$(prefix)/share/xca
|
||||
install -m 644 xca.desktop $(destdir)$(prefix)/share/applications
|
||||
install -m 644 xca.xml $(destdir)$(prefix)/share/mime/packages
|
||||
if test -z "$(destdir)"; then \
|
||||
update-mime-database $(prefix)/share/mime || :; \
|
||||
update-desktop-database || :; \
|
||||
fi
|
||||
|
||||
app:
|
||||
mkdir -p $(APPDIR)/Resources
|
||||
|
||||
Loading…
Reference in New Issue
Block a user