Merge pull request #8 from utkuaydin/master

Minor correction in readme file
This commit is contained in:
Walter Dal Mut 2015-07-06 15:40:03 +02:00
commit 25e3350670

View file

@ -76,7 +76,7 @@ Adding scripts
$packager->setPreInstallScript(__DIR__ . '/my-pre-install-script.sh');
$packager->setPostInstallScript(__DIR__ . '/my-post-install-script.sh');
$packager->setPreRemoveScript(__DIR__ . '/my-pre-remove-script.sh');
$packager->setPreRemoveScript(__DIR__ . '/my-post-remove-script.sh');
$packager->setPostRemoveScript(__DIR__ . '/my-post-remove-script.sh');
```
See a script example