1deb-postinst(5) dpkg suite deb-postinst(5)
2
3
4
6 deb-postinst - package post-installation maintainer script
7
9 postinst
10
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.
23
24 old-postinst abort-upgrade new-version
25 If prerm fails during upgrade or fails on failed upgrade.
26
27 old-postinst abort-remove
28 If prerm fails during removal.
29
30 postinst abort-deconfigure in-favour new-package new-version
31 [ removing old-package old-version ]
32 If prerm fails during deconfiguration of a package.
33
34 postinst abort-remove in-favour new-package new-version
35 If prerm fails during replacement due to conflict.
36
38 dpkg(1).
39
40
41
421.18.25 2018-06-26 deb-postinst(5)