From dc78dfb42db865129c0de075fab5a20291b55034 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 20 Aug 2014 11:10:15 +0200 Subject: [PATCH] Manual: twerks for previous. --- Manual.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Manual.md b/Manual.md index aee0208b51e..2f698106736 100644 --- a/Manual.md +++ b/Manual.md @@ -594,12 +594,12 @@ The INSTALL and REMOVE shell snippets can be used to execute certain actions at stage when a binary package is installed, updated or removed. There are some variables that are always set by `xbps` when the scripts are executed: - - `$ACTION`: to conditionalize its actions: `pre` or `post`. - - `$PKGNAME`: the package name. - - `$VERSION`: the package version. - - `$UPDATE`: set to `yes` if package is being upgraded, `no` if package is being `installed` or `removed`. - - `$CONF_FILE`: full path to `xbps.conf`. - - `$ARCH`: the target architecture it is running on. +- `$ACTION`: to conditionalize its actions: `pre` or `post`. +- `$PKGNAME`: the package name. +- `$VERSION`: the package version. +- `$UPDATE`: set to `yes` if package is being upgraded, `no` if package is being `installed` or `removed`. +- `$CONF_FILE`: full path to `xbps.conf`. +- `$ARCH`: the target architecture it is running on. An example of how an `INSTALL` or `REMOVE` script shall be created is shown below: