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 b4700bb commit 30d4d48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,23 @@ Uninstall package:
1. You have to bundle `pkg-wrapper` with your application
and install it to disk before executing the hook bellow.

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

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

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

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

1. In uninstall hook call:
4. In uninstall hook call:

```
#!/bin/bash
Expand Down

0 comments on commit 30d4d48

Please sign in to comment.