summaryrefslogtreecommitdiffstats
path: root/man/nl/deb-postinst.man
blob: 40e63e86f3aa58e0cd74ed2f8338a79a7caeb442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.\" dpkg manual page - deb-postinst(5)
.\"
.\" Copyright © 2016 Guillem Jover <guillem@debian.org>
.\"
.\" 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 <https://www.gnu.org/licenses/>.
.
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH deb\-postinst 5 %RELEASE_DATE% %VERSION% dpkg\-suite
.nh
.SH NAAM
deb\-postinst \- post\-installatiescript van de pakketonderhouder
.
.SH OVERZICHT
postinst
.
.SH BESCHRIJVING
Een pakket kan verschillende post\-installatieacties uitvoeren via scripts
van de pakketonderhouder door in zijn control\-archief een uitvoerbaar
bestand \fIpostinst\fP op te nemen (d.w.z. \fIDEBIAN/postinst\fP bij het creëren
van het pakket).
.PP
Het script kan op de volgende manieren geactiveerd worden:
.TP 
\fIpostinst\fP \fBconfigure\fP \fIoude\-versie\fP
Nadat het pakket geïnstalleerd werd.
.TP 
\fIpostinst\fP \fBtriggered\fP \fItriggernaam...\fP
Nadat het pakket werd getriggerd.
.TP 
\fIold\-postinst\fP \fBabort\-upgrade\fP \fInieuwe\-versie\fP
Indien \fIprerm\fP mislukt tijdens het opwaarderen of mislukt bij een mislukte
opwaardering.
.TP 
\fIold\-postinst\fP \fBabort\-remove\fP
Indien \fIprerm\fP mislukt bij het verwijderen.
.TP 
\fIpostinst\fP \fBabort\-deconfigure in\-favour\fP \fInieuw\-pakket nieuwe\-versie\fP
.TQ
       [ \fBremoving\fP \fIoud\-pakket oude\-versie\fP ]
Indien \fIprerm\fP mislukt tijdens het deconfigureren van een pakket.
.TP 
\fIpostinst\fP \fBabort\-remove in\-favour\fP \fInieuw\-pakket nieuwe\-versie\fP
Indien \fIprerm\fP omwille van een conflict mislukt tijdens de vervanging.
.
.SH "ZIE OOK"
\fBdpkg\fP(1).