deb-postinst (5)
Leading comments
dpkg manual page - deb-postinst(5) Copyright © 2016 Guillem Jover <guillem@debian.org> This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Se...
NAME
deb-postinst - package post-installation maintainer scriptSYNOPSIS
postinstDESCRIPTION
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 configure old-version
- After the package was installed.
- postinst triggered trigger-name...
- After the package was triggered.
- old-postinst abort-upgrade new-version
- If prerm fails during upgrade or fails on failed upgrade.
- old-postinst abort-remove
- If prerm fails during removal.
- postinst abort-deconfigure in-favour new-package new-version
-
[ removing old-package old-version ] If prerm fails during deconfiguration of a package. - postinst abort-remove in-favour new-package new-version
- If prerm fails during replacement due to conflict.