This file is indexed.

/usr/bin/mppbcc is in makepp 2.0.98.3-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
#!/usr/bin/perl -w
# $Id: makepp_build_cache_control,v 1.10 2013/02/16 15:11:37 pfeiffer Exp $

$0 =~ s![^/\\]+$!makeppbuiltin!;
unshift @ARGV, '-MMpp::BuildCacheControl';
do $0;
die $@ if $@;