This file is indexed.

preinst is in firebird3.0-server 3.0.2.32703.ds4-11ubuntu2.

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

dpkg-maintscript-helper rm_conffile \
        /etc/default/firebird3.0 3.0.0~svn+61473.ds4-1~ -- "$@"



exit 0