root/alternc-changepass/tags/v1/debian/postrm.template
| Revision 1088, 233 bytes (checked in by anonymous, 4 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/bin/sh -e |
| 2 | |
| 3 | case "$1" in |
| 4 | remove) |
| 5 | ;; |
| 6 | |
| 7 | upgrade) |
| 8 | ;; |
| 9 | |
| 10 | purge) |
| 11 | |
| 12 | ;; |
| 13 | |
| 14 | failed-upgrade|abort-install|abort-upgrade|disappear) |
| 15 | ;; |
| 16 | |
| 17 | *) |
| 18 | echo "postrm called with unknown argument '$1'" >&2 |
| 19 | exit 1 |
| 20 | ;; |
| 21 | esac |
| 22 | |
| 23 | #DEBHELPER# |
| 24 |
Note: See TracBrowser for help on using the browser.
