summaryrefslogtreecommitdiffstats
path: root/man/pt/deb-preinst.pod
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 09:40:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 09:40:31 +0000
commitb86570f63e533abcbcb97c2572e0e5732a96307b (patch)
treecabc83be691530ae685c45a8bc7620ccc0e1ebdf /man/pt/deb-preinst.pod
parentInitial commit. (diff)
downloaddpkg-upstream.tar.xz
dpkg-upstream.zip
Adding upstream version 1.20.13.upstream/1.20.13upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/pt/deb-preinst.pod')
-rw-r--r--man/pt/deb-preinst.pod62
1 files changed, 62 insertions, 0 deletions
diff --git a/man/pt/deb-preinst.pod b/man/pt/deb-preinst.pod
new file mode 100644
index 0000000..18b89a9
--- /dev/null
+++ b/man/pt/deb-preinst.pod
@@ -0,0 +1,62 @@
+
+ *****************************************************
+ * 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 NOME
+
+deb-preinst - script de maintainer de pré-instalação do pacote
+
+=head1 SINOPSE
+
+B<DEBIAN/preinst>
+
+=head1 DESCRIÇÃO
+
+Um pacote pode executar várias acções de pré-instalação via scripts do
+maintainer, ao incluir um ficheiro executável I<preinst> no seu arquivo de
+controle (isto é, I<DEBIAN/preinst>( durante a criação do pacote.
+
+O script pode ser chamado nos seguintes modos:
+
+=over
+
+=item I<new-preinst> B<install>
+
+Antes do pacote ser instalado.
+
+=item I<new-preinst> B<install> I<old-version new-version>
+
+Antes do pacote removido ser actualizado.
+
+=item I<new-preinst> B<upgrade> I<old-version new-version>
+
+Antes do pacote ser actualizado.
+
+=item I<old-preinst> B<abort-upgrade> I<new-version>
+
+Se I<postrm> falhar durante actualização ou falhar numa actualização
+falhada.
+
+=back
+
+=head1 VEJA TAMBÉM
+
+B<dpkg>(1).
+
+
+=head1 TRADUÇÃO
+
+Américo Monteiro
+
+Se encontrar algum erro na tradução deste documento, por favor comunique para
+Américo Monteiro <a_monteiro@gmx.com>.