Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=5ebe5a039d8ca0496a813353fccb0f5aab404388
commit 5ebe5a039d8ca0496a813353fccb0f5aab404388 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Mon Nov 19 14:41:48 2007 +0100 FrugalBuild man: add removes() documentation diff --git a/doc/FrugalBuild.txt b/doc/FrugalBuild.txt index 9e7e5e7..9afb3fa 100644 --- a/doc/FrugalBuild.txt +++ b/doc/FrugalBuild.txt @@ -293,6 +293,11 @@ provides (array):: which allows packages to simply depend on 'kernel' rather than "kernel-scsi OR kernel-ide OR ..." +removes (array):: + This is an array of files to be removed before the filecontlict check. Ideally + you should never use it, but in some cases it's handy to remove conflicting + files generated by a scriptlet if you are sure about really nobody needs it. + replaces (array):: This is an array of packages that this package should replace, and can be used to handle renamed/combined packages. For example, if the kernel package gets _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
