This file is indexed.

postinst is in ltsp-cluster-control 2.0.3-0ubuntu1.

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
11
12
#!/bin/sh

set -e

# FIXME: I don't think that this permission fix should occur in a post-install
# script, but I need to do it somewhere and dh_fixperms overwrite the perms
# even if specified not to do so.

chown www-data:root /etc/ltsp/ltsp-cluster-control.config.php
chmod 644 /etc/ltsp/ltsp-cluster-control.config.php

invoke-rc.d apache2 reload