From cbffab246997fb5a06211dfb706b54e5ae5bb59f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:58:51 +0200 Subject: Adding upstream version 1.21.22. Signed-off-by: Daniel Baumann --- man/deb-postrm.pod | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 man/deb-postrm.pod (limited to 'man/deb-postrm.pod') diff --git a/man/deb-postrm.pod b/man/deb-postrm.pod new file mode 100644 index 0000000..9357db5 --- /dev/null +++ b/man/deb-postrm.pod @@ -0,0 +1,80 @@ +# dpkg manual page - deb-postrm(5) +# +# Copyright © 2016 Guillem Jover +# +# 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. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +=encoding utf8 + +=head1 NAME + +deb-postrm - package post-removal maintainer script + +=head1 SYNOPSIS + +B + +=head1 DESCRIPTION + +A package can perform several post-removal actions via maintainer +scripts, by including an executable I file in its control +archive (i.e. I during package creation). + +The script can be called in the following ways: + +=over + +=item I B + +After the package was removed. + +=item I B + +After the package was purged. + +=item I B I + +After the package was upgraded. + +=item I B I I + +If the above B call fails. + +The I is passed only since dpkg 1.18.5. + +=item I B I I + +After all of the packages files have been replaced. + +=item I B + +If I fails during B. + +=item I B I I + +If I fails during B for an upgrade of a removed package. + +The I is passed only since dpkg 1.18.5. + +=item I B I I + +If I fails during B. + +The I is passed only since dpkg 1.18.5. + +=back + +=head1 SEE ALSO + +B(1). -- cgit v1.2.3