root/alternc-phpcron/trunk/debian/postrm
| Revision 1253, 307 bytes (checked in by anonymous, 4 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/bin/sh -e |
| 2 | |
| 3 | # Debian alternc-phpcron prerm |
| 4 | # Benjamin Sonntag <benjamin@alternc.org> |
| 5 | |
| 6 | case "$1" in |
| 7 | remove) |
| 8 | ;; |
| 9 | |
| 10 | upgrade) |
| 11 | ;; |
| 12 | |
| 13 | purge) |
| 14 | |
| 15 | ;; |
| 16 | |
| 17 | failed-upgrade|abort-install|abort-upgrade|disappear) |
| 18 | ;; |
| 19 | |
| 20 | *) |
| 21 | echo "postrm called with unknown argument '$1'" >&2 |
| 22 | exit 1 |
| 23 | ;; |
| 24 | esac |
| 25 | |
| 26 | #DEBHELPER# |
| 27 |
Note: See TracBrowser for help on using the browser.
