This file is indexed.

postinst is in extplorer 2.1.0b6+dfsg.3-4.

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
13
14
#!/bin/sh

set -e

mkdir -p /var/lib/extplorer/ftp_tmp
chmod 1777 /var/lib/extplorer/ftp_tmp

touch /etc/extplorer/.htusers.php
chmod 664 /etc/extplorer/.htusers.php
chgrp www-data /etc/extplorer/.htusers.php



exit 0