File: XmlMessages.sh

package info (click to toggle)
kmymoney 5.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 62,472 kB
  • sloc: cpp: 150,812; sh: 469; python: 425; xml: 249; perl: 169; makefile: 13
file content (22 lines) | stat: -rwxr-xr-x 285 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
function get_files
{
    echo x-kmymoney.xml
}

function po_for_file
{
    case "$1" in
       x-kmymoney.xml)
           echo kmymoney_xml_mimetypes.po
       ;;
    esac
}

function tags_for_file
{
    case "$1" in
       x-kmymoney.xml)
           echo comment
       ;;
    esac
}