summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.xml
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-05-12 21:52:38 -0400
committerB Stack <bgstack15@gmail.com>2019-05-12 21:52:38 -0400
commit6e8925f78b631e337784c7904d22e93ca37643e6 (patch)
tree465ae7041d07412550d17f7240ca118b8c95ea47 /freefilesync/freefilesync.xml
parentWIP: waterfox-56.2.9 with some fixes (diff)
downloadstackrpms-6e8925f78b631e337784c7904d22e93ca37643e6.tar.gz
stackrpms-6e8925f78b631e337784c7904d22e93ca37643e6.tar.bz2
stackrpms-6e8925f78b631e337784c7904d22e93ca37643e6.zip
WIP: freefilesync 10.12 rpm and dpkg rc1
Diffstat (limited to 'freefilesync/freefilesync.xml')
-rw-r--r--freefilesync/freefilesync.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/freefilesync/freefilesync.xml b/freefilesync/freefilesync.xml
new file mode 100644
index 0000000..d54523f
--- /dev/null
+++ b/freefilesync/freefilesync.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="application/x-freefilesync-ffs">
+ <comment>FreeFileSync configuration file</comment>
+ <comment xml:lang="fr">Fichier de configuration FreeFileSync</comment>
+ <glob pattern="*.ffs_gui"/>
+ </mime-type>
+ <mime-type type="application/x-freefilesync-real">
+ <comment>RealTimeSync configuration file</comment>
+ <comment xml:lang="fr">Fichier de configuration RealTimeSync</comment>
+ <glob pattern="*.ffs_real"/>
+ </mime-type>
+ <mime-type type="application/x-freefilesync-batch">
+ <comment>FreeFileSync batch file</comment>
+ <comment xml:lang="fr">Fichier de batch FreeFileSync</comment>
+ <glob pattern="*.ffs_batch"/>
+ </mime-type>
+</mime-info>
bgstack15