This file is indexed.

/usr/share/fusionforge/plugins/scmhook/library/scmgit/skel/post-receive/head is in fusionforge-plugin-scmhook 6.0.3+20151023-1ubuntu1.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
#!/bin/sh

read PARAMS
SCRIPT=$(readlink -f $0)
SCRIPTPATH=`dirname $SCRIPT`