Parent Directory
|
Revision Log
fai-client.postrm: use rm -rf, we do so in other maintainer scripts as well and /var/run/fai is probably the least critical place (closes: #494423)
| 1 | lange | 3885 | #! /bin/sh |
| 2 | |||
| 3 | set -e | ||
| 4 | |||
| 5 | case "$1" in | ||
| 6 | purge) | ||
| 7 | lange | 5101 | rm -rf /var/run/fai |
| 8 | lange | 3885 | ;; |
| 9 | esac | ||
| 10 | |||
| 11 | #DEBHELPER# | ||
| 12 | |||
| 13 | exit 0 |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |