Skip to content

Commit

Permalink
try to fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Dec 18, 2011
1 parent 30d4d48 commit 007118a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,26 @@ Uninstall package:

## Using internally in package to build uninstaller

1. You have to bundle `pkg-wrapper` with your application
- You have to bundle `pkg-wrapper` with your application
and install it to disk before executing the hook bellow.

2. In before installing hook call this script:
- In before installing hook call this script:

```
#!/bin/bash
pkg-wrapper before "your package name"
```

3. In after installing hook call this script:
- In after installing hook call this script:

```
#!/bin/bash
pkg-wrapper before "your package name" /path/to/uninstaller_name.sh
```

4. In uninstall hook call:
- In uninstall hook call:

```
#!/bin/bash
Expand Down

0 comments on commit 007118a

Please sign in to comment.