This file is indexed.

postrm is in xfce4-settings 4.12.0-2ubuntu1.

This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/bin/sh

set -e

LASTVER="4.9.0"

if dpkg-maintscript-helper supports rm_conffile; then
  dpkg-maintscript-helper rm_conffile \
    /etc/xdg/autostart/xfce4-settings-helper-autostart.desktop "$LASTVER" -- "$@"
fi