2 vim:set ts=4 sw=4 syntax=asciidoc noet:
10 * If we use this below line, the manpage name comes out all weird. We also
11 * can't use two separate lines, which is quite annoying. *
12 repo-add, repo-remove - package database maintenance utilities
14 repo-add - package database maintenance utility
19 repo-add [-q] <path-to-db> <package1> [<package2> ...]
21 repo-remove [-q] <path-to-db> <packagename> [<packagename2> ...]
26 repo-add and repo-remove are two scripts to help build a package database for
27 packages built with linkman:makepkg[8] and installed with linkman:pacman[8].
29 repo-add will update a package database by reading a built package file.
30 Multiple packages to add can be specified on the command line.
32 repo-remove will update a package database by removing the package name
33 specified on the command line. Multiple packages to remove can be specified
40 Force this program to keep quiet and run silent except for warning and
46 linkman:makepkg[8], linkman:pacman[8]