This file is indexed.

/usr/bin/uniconvertor is in python-uniconvertor 1.1.5-2.

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
#!/usr/bin/python
#
# Wrapper script to execute UniConvertor application once it is installed
#
# Copyright (C) 2007-2010 Igor E. Novikov
#
# This library is covered by GNU Library General Public License.
# For more info see COPYRIGHTS file in uniconvertor root directory.
#


from uniconvertor import uniconv_run
uniconv_run()