deb-postinst (5) Linux Manual Page
deb-postinst – package post-installation maintainer script
Synopsis
DEBIAN/postinst
Description
A package can perform several post-installation actions via maintainer scripts, by including an executable postinst file in its control archive (i.e. DEBIAN/postinst during package creation).
The script can be called in the following ways:
- postinst
configureold-version - After the package was installed.
- postinst
triggered"trigger-name…" - After the package was triggered. The list of space-separated trigger-names is passed as the second argument.
- old-postinst
abort-upgradenew-version - If prerm fails during upgrade or fails on failed upgrade.
- old-postinst
abort-remove - If prerm fails during removal.
- postinst
abort-deconfigure in-favournew-package new-version - [
removingold-package old-version ] - If prerm fails during deconfiguration of a package.
- postinst
abort-remove in-favournew-package new-version - If prerm fails during replacement due to conflict.
See Also
dpkg(1).
