This file is indexed.

/usr/bin/mutagen-pony is in python-mutagen 1.36-1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright 2016 Christoph Reiter
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of version 2 of the GNU General Public License as
# published by the Free Software Foundation.

import sys

from mutagen._tools.mutagen_pony import entry_point


if __name__ == "__main__":
    sys.exit(entry_point())