summaryrefslogtreecommitdiffstats
path: root/man/fr/deb-postinst.pod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man/fr/deb-postinst.pod75
1 files changed, 75 insertions, 0 deletions
diff --git a/man/fr/deb-postinst.pod b/man/fr/deb-postinst.pod
new file mode 100644
index 0000000..4d2a8cc
--- /dev/null
+++ b/man/fr/deb-postinst.pod
@@ -0,0 +1,75 @@
+
+ *****************************************************
+ * 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<trigger-name...>"
+
+After the package was triggered. The list of space-separated
+I<trigger-name>s is passed as the second argument.
+
+=item I<ancien-postinst> B<abort-upgrade> I<nouvelle-version>
+
+Si I<prerm> échoue durant la mise à niveau ou échoue après l'échec de la
+mise à niveau.
+
+=item I<ancien-postinst> B<abort-remove>
+
+Si I<prerm> échoue durant la suppression.
+
+=item I<postinst> B<abort-deconfigure in-favour> I<nouveau-paquet
+nouvelle-version>
+
+=item S< >[ B<removing> I<old-package old-version> ]
+
+Si I<prerm> échoue durant la déconfiguration d'un paquet.
+
+=item I<postinst> B<abort-remove in-favour> I<nouveau-paquet nouvelle-version>
+
+Si I<prerm> échoue durant 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>.