preinst is in php5-cgi 5.5.9+dfsg-1ubuntu4.
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
dpkg-maintscript-helper mv_conffile /etc/apache2/mods-available/php5_cgi.conf \
/etc/apache2/conf-available/php5-cgi.conf 5.5.0~beta4-1 -- "$@"
dpkg-maintscript-helper rm_conffile /etc/apache2/mods-available/php5_cgi.load 5.5.0~beta4-1 -- "$@"
exit 0
|