root/trunk/pdns/debian/prerm
@
47
| Revision 47, 169 bytes (checked in by ahu, 10 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | |
| 4 | set -e |
| 5 | |
| 6 | update_docbase() { |
| 7 | if command -v install-docs >/dev/null 2>&1 ; then |
| 8 | install-docs -r pdns |
| 9 | fi |
| 10 | } |
| 11 | |
| 12 | if [ "$1" = "remove" ] ; then |
| 13 | update_docbase |
| 14 | fi |
Note: See TracBrowser
for help on using the browser.