diff options
Diffstat (limited to 'man/fr/deb-postinst.pod')
-rw-r--r-- | man/fr/deb-postinst.pod | 71 |
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..94faa7b --- /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 + +L<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>. |