diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-07-29 19:42:52 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-07-29 19:42:52 +0200 |
| commit | 7d9cf8b42bc4b145f641a5bbc7c62e59b55a7edd (patch) | |
| tree | 8f9047cf2d3474c2a2263e588060ce0ad727ac30 /data/tp-monitor.xml | |
| parent | d4f13ca3c0b61e5734b7e94684c401b5c3e14e97 (diff) | |
Install desktop, icon and mime data files
Diffstat (limited to 'data/tp-monitor.xml')
| -rw-r--r-- | data/tp-monitor.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/tp-monitor.xml b/data/tp-monitor.xml new file mode 100644 index 0000000..23e212d --- /dev/null +++ b/data/tp-monitor.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> + <mime-type type="application/vnd.tp-monitor.tpp"> + <comment>TransparentProxy Packages (TPP)</comment> + <magic> + <match type="big32" offset="0" value="0x54505001"/> + </magic> + <glob pattern="*.tpp"/> + </mime-type> +</mime-info> |
