This file is indexed.

preinst is in gridsite 2.2.6-1build1.

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

set -e

dpkg-maintscript-helper mv_conffile \
    /var/lib/gridsite/.gacl /etc/gridsite/.gacl \
    1.7.25-2~ gridsite -- "$@"
dpkg-maintscript-helper mv_conffile \
    /var/lib/gridsite/gridsitefoot.txt /etc/gridsite/gridsitefoot.txt \
    1.7.25-2~ gridsite -- "$@"
dpkg-maintscript-helper mv_conffile \
    /var/lib/gridsite/gridsitehead.txt /etc/gridsite/gridsitehead.txt \
    1.7.25-2~ gridsite -- "$@"