DOKK / manpages / debian 11 / dpkg-dev / deb-preinst.5.en
deb-preinst(5) dpkg suite deb-preinst(5)

deb-preinst - package pre-installation maintainer script

DEBIAN/preinst

A package can perform several pre-installation actions via maintainer scripts, by including an executable preinst file in its control archive (i.e. DEBIAN/preinst during package creation).

The script can be called in the following ways:

Before the package is installed.
Before removed package is upgraded.
Before the package is upgraded.
If postrm fails during upgrade or fails on failed upgrade.

dpkg(1).

2023-09-13 1.20.13