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 6523197 commit b4700bb
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,25 @@ and install it to disk before executing the hook bellow.

1. In before installing hook call this script:

```
#!/bin/bash
#!/bin/bash

pkg-wrapper before "your package name"

pkg-wrapper before "your package name"
```

1. In after installing hook call this script:

```
#!/bin/bash
#!/bin/bash

pkg-wrapper before "your package name" /path/to/uninstaller_name.sh

pkg-wrapper before "your package name" /path/to/uninstaller_name.sh
```

1. In uninstall hook call:

```
#!/bin/bash
#!/bin/bash

/path/to/uninstaller_name.sh
rm /path/to/uninstaller_name.sh
/path/to/uninstaller_name.sh
rm /path/to/uninstaller_name.sh
```

0 comments on commit b4700bb

Please sign in to comment.