1deb-postinst(5)                   dpkg suite                   deb-postinst(5)
2
3
4

NAME

6       deb-postinst - package post-installation maintainer script
7

SYNOPSIS

9       DEBIAN/postinst
10

DESCRIPTION

12       A package can perform several post-installation actions via maintainer
13       scripts, by including an executable postinst file in its control
14       archive (i.e. DEBIAN/postinst during package creation).
15
16       The script can be called in the following ways:
17
18       postinst configure old-version
19           After the package was installed.
20
21       postinst triggered "trigger-name..."
22           After the package was triggered.  The list of space-separated
23           trigger-names is passed as the second argument.
24
25       old-postinst abort-upgrade new-version
26           If prerm fails during upgrade or fails on failed upgrade.
27
28       old-postinst abort-remove
29           If prerm fails during removal.
30
31       postinst abort-deconfigure in-favour new-package new-version
32              [ removing old-package old-version ]
33           If prerm fails during deconfiguration of a package.
34
35       postinst abort-remove in-favour new-package new-version
36           If prerm fails during replacement due to conflict.
37

SEE ALSO

39       dpkg(1).
40
41
42
431.20.9                            2021-04-13                   deb-postinst(5)
Impressum