This file is indexed.

/usr/lib/emacsen-common/packages/remove/puppet-el is in puppet-el 3.8.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
#!/bin/sh
set -e

FLAVOR=$1
PACKAGE=puppet-el
ELCFILE=puppet-mode.elc

if [ ${FLAVOR} != emacs ]; then
  echo remove/${PACKAGE}: Purging byte-compiled files for ${FLAVOR}
  rm -f /usr/share/${FLAVOR}/site-lisp/${ELCFILE}
fi