This commit is contained in:
Walter Dal Mut 2012-07-31 10:29:58 +02:00
commit c4351d8218

View file

@ -55,7 +55,7 @@ $packager->setPreRemoveScript(__DIR__ . '/my-pre-remove-script.sh');
$packager->setPreRemoveScript(__DIR__ . '/my-post-remove-script.sh'); $packager->setPreRemoveScript(__DIR__ . '/my-post-remove-script.sh');
``` ```
See a script example for the post-install hook See a script example
```shell ```shell
#!/bin/sh #!/bin/sh