diff options
author | B Stack <bgstack15@gmail.com> | 2019-02-02 01:51:22 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-02-02 01:51:22 +0000 |
commit | 3c02a73c7f94cf91635b4ff736501e3d52265838 (patch) | |
tree | 47b224ccd882ec12a932ad77732704ea082eed65 /freefilesync/debian/freefilesync.sharedmimeinfo | |
parent | add palemoon dpkg for devuan (diff) | |
parent | add freefilesync dpkg rough draft (diff) | |
download | stackrpms-3c02a73c7f94cf91635b4ff736501e3d52265838.tar.gz stackrpms-3c02a73c7f94cf91635b4ff736501e3d52265838.tar.bz2 stackrpms-3c02a73c7f94cf91635b4ff736501e3d52265838.zip |
Merge branch 'freefilesync-dpkg' into 'master'
freefilesync dpkg for devuan
See merge request bgstack15/stackrpms!33
Diffstat (limited to 'freefilesync/debian/freefilesync.sharedmimeinfo')
-rw-r--r-- | freefilesync/debian/freefilesync.sharedmimeinfo | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/freefilesync/debian/freefilesync.sharedmimeinfo b/freefilesync/debian/freefilesync.sharedmimeinfo new file mode 100644 index 0000000..d54523f --- /dev/null +++ b/freefilesync/debian/freefilesync.sharedmimeinfo @@ -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> |