summaryrefslogtreecommitdiffstats
path: root/man/fr/deb-postinst.pod
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:58:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:58:51 +0000
commitcbffab246997fb5a06211dfb706b54e5ae5bb59f (patch)
tree0573c5d96f58d74d76a49c0f2a70398e389a36d3 /man/fr/deb-postinst.pod
parentInitial commit. (diff)
downloaddpkg-cbffab246997fb5a06211dfb706b54e5ae5bb59f.tar.xz
dpkg-cbffab246997fb5a06211dfb706b54e5ae5bb59f.zip
Adding upstream version 1.21.22.upstream/1.21.22upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/fr/deb-postinst.pod')
-rw-r--r--man/fr/deb-postinst.pod71
1 files changed, 71 insertions, 0 deletions
diff --git a/man/fr/deb-postinst.pod b/man/fr/deb-postinst.pod
new file mode 100644
index 0000000..e40ed50
--- /dev/null
+++ b/man/fr/deb-postinst.pod
@@ -0,0 +1,71 @@
+
+ *****************************************************
+ * GENERATED FILE, DO NOT EDIT *
+ * THIS IS NO SOURCE FILE, BUT RESULT OF COMPILATION *
+ *****************************************************
+
+This file was generated by po4a(7). Do not store it (in VCS, for example),
+but store the PO file used as source file by po4a-translate.
+
+In fact, consider this as a binary, and the PO file as a regular .c file:
+If the PO get lost, keeping this translation up-to-date will be harder.
+
+=encoding UTF-8
+
+=head1 NOM
+
+deb-postinst - Script du responsable pour la fin d'installation du paquet
+
+=head1 SYNOPSIS
+
+B<DEBIAN/postinst>
+
+=head1 DESCRIPTION
+
+Un paquet peut réaliser plusieurs actions post-installation à l'aide de scripts du responsable, en incluant un fichier I<postinst> exécutable dans son archive de contrôle (c'est-à-dire I<DEBIAN/postinst> au moment de la création du paquet).
+
+Le script peut être appelé de diverses S<manières :>
+
+=over
+
+=item I<postinst> B<configure> I<version-ancienne>
+
+Après l'installation paquet
+
+=item I<postinst> B<triggered> "I<nom-action-différée...>"
+
+Après le déclenchement des actions différées du paquet. La liste des I<noms-action-différée> séparés par des espaces est transmise comme second argument.
+
+=item I<ancien-postinst> B<abort-upgrade> I<nouvelle-version>
+
+Si I<prerm> échoue durant B<upgrade> ou échoue après B<failed-upgrade>.
+
+=item I<ancien-postinst> B<abort-remove>
+
+Si I<prerm> échoue durant B<remove>.
+
+=item I<postinst> B<abort-deconfigure> B<in-favour> I<nouveau-paquet>
+I<nouvelle-version>
+
+=item S< >[ B<removing> I<ancien-paquet> I<ancienne-version> ]
+
+Si I<prerm> échoue durant B<deconfigure in-favour> d'un paquet.
+
+=item I<postinst> B<abort-remove> B<in-favour> I<nouveau-paquet>
+I<nouvelle-version>
+
+Si I<prerm> échoue durant B<remove in-favour> pour un remplacement à cause d'un conflit.
+
+=back
+
+=head1 VOIR AUSSI
+
+B<dpkg>(1).
+
+
+=head1 TRADUCTION
+
+Ariel VARDI <ariel.vardi@freesbee.fr>, 2002.
+Philippe Batailler, 2006.
+Nicolas François, 2006.
+Veuillez signaler toute erreur à <debian-l10n-french@lists.debian.org>.