Add a Person file to tracker new templates

Fixes #9397.
This commit is contained in:
Adrien Destugues 2020-02-05 21:11:55 +01:00
parent b3de8bea44
commit 0f9ffb37c1
3 changed files with 2 additions and 0 deletions

View File

@ -267,6 +267,7 @@ AddFilesToHaikuImage home config settings Tracker "Tracker New Templates"
"<tracker-new-templates>C++ header"
"<tracker-new-templates>C++ source"
"<tracker-new-templates>Makefile"
"<tracker-new-templates>Person"
"<tracker-new-templates>text file"
;

View File

@ -14,4 +14,5 @@ rule PrepareTrackerNewTemplates source : mimeType
PrepareTrackerNewTemplates "C++ header" : text/x-source-code ;
PrepareTrackerNewTemplates "C++ source" : text/x-source-code ;
PrepareTrackerNewTemplates "Makefile" : text/x-makefile ;
PrepareTrackerNewTemplates "Person" : application/x-person ;
PrepareTrackerNewTemplates "text file" : text/plain ;