This file is indexed.

/usr/share/texmf-texlive/scripts/epspdf/epspdftk is in texlive-pictures 2009-15.

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
#!/bin/sh
script=`kpsewhich -format=texmfscripts epspdftk.rb`
if test "x$1" = "x"; then
  ruby "$script" $HOME
else
  ruby "$script" "$@"
fi