diff options
author | Allan McRae <allan@archlinux.org> | 2014-10-10 10:02:05 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-10-10 10:02:05 +1000 |
commit | faf0246437b47fb67f6adc3f2d039f6d787be1a0 (patch) | |
tree | cab0892f5d1e7647e62b0c8527143266bbb7c5e7 | |
parent | 5002227296b4de3c530690b38abab47dce83564d (diff) | |
download | pacman-faf0246437b47fb67f6adc3f2d039f6d787be1a0.tar.xz |
There are not hooks!
Refer to install scripts as scripts and not hooks.
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | doc/pacman.8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 45741b41..eacf1b31 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -18,7 +18,7 @@ Description ----------- Pacman is a package management utility that tracks installed packages on a Linux system. It features dependency support, package groups, install and uninstall -hooks, and the ability to sync your local machine with a remote repository to +scripts, and the ability to sync your local machine with a remote repository to automatically upgrade packages. Pacman packages are a zipped tar format. Since version 3.0.0, pacman has been the front-end to linkman:libalpm[3], the |