Add appstream data file (MR 14)

This commit is contained in:
plata 2021-06-11 13:52:43 +00:00 committed by Oliver Smith
parent 92e1a26c54
commit 4a73ce6325
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 22 additions and 0 deletions

View file

@ -40,5 +40,7 @@ install: all
"$(DESTDIR)/etc/mobile-config-firefox/userChrome.css"
install -Dm644 "out/userContent.css" \
"$(DESTDIR)/etc/mobile-config-firefox/userContent.css"
install -Dm644 org.postmarketos.mobile_config_firefox.metainfo.xml \
"$(DESTDIR)/usr/share/metainfo/org.postmarketos.mobile_config_firefox.metainfo.xml"
.PHONY: all clean install