summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-04-10 10:53:14 +0000
committerMike Frysinger <vapier@gentoo.org>2003-04-10 10:53:14 +0000
commitf847bbfd742bbda42af232a40804f82c2d1fb05d (patch)
tree7e41eecac5cb4be4fe794268951f76510fff2f7d
parenttweaks/updates #18249 (diff)
downloadportage-cvs-f847bbfd742bbda42af232a40804f82c2d1fb05d.tar.gz
portage-cvs-f847bbfd742bbda42af232a40804f82c2d1fb05d.tar.bz2
portage-cvs-f847bbfd742bbda42af232a40804f82c2d1fb05d.zip
tweaks/updates #18249
-rw-r--r--man/ebuild.115
1 files changed, 14 insertions, 1 deletions
diff --git a/man/ebuild.1 b/man/ebuild.1
index 3ed726a..1e97c80 100644
--- a/man/ebuild.1
+++ b/man/ebuild.1
@@ -129,6 +129,19 @@ specified). It is safe to merge a new version of a package first and
then unmerge the old one. In fact, this is the recommended package
upgrade method.
.TP
+.BR prerm
+Run package specific actions that need to be executed before the package is
+removed from the filesystem. See also \fIunmerge\fR.
+.TP
+.BR postrm
+Run package specific actions that need to be executed after the package is
+removed from the filesystem. See also \fIunmerge\fR.
+.TP
+.BR config
+Run package specific actions needed to be executed after the emerge
+process has completed. This usually entails configuration file
+setup or other similar setups that the user may wish to run.
+.TP
.BR package
This command is a lot like the \fImerge\fR command, except that after
fetching, unpacking, compiling and installing, a .tbz2 binary package
@@ -163,4 +176,4 @@ Nicholas Jones <carpaski@gentoo.org>
.br
Mike Frysinger <vapier@gentoo.org>
.SH "CVS HEADER"
-$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/ebuild.1,v 1.11 2003/03/05 16:31:54 vapier Exp $"
+$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/ebuild.1,v 1.12 2003/04/10 10:53:14 vapier Exp $"