Parent Directory
|
Revision Log
really purge fai package
| 1 | #! /bin/sh |
| 2 | |
| 3 | # postrm script for fai |
| 4 | |
| 5 | |
| 6 | set -e |
| 7 | |
| 8 | case "$1" in |
| 9 | purge) |
| 10 | rm -rf /etc/fai /boot/fai /var/run/fai ;; |
| 11 | |
| 12 | remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; |
| 13 | |
| 14 | *) |
| 15 | echo "postrm called with unknown argument \`$1'" >&2 |
| 16 | exit 1 |
| 17 | |
| 18 | esac |
| 19 | |
| 20 | # dh_installdeb will replace this with shell code automatically |
| 21 | # generated by other debhelper scripts. |
| 22 | |
| 23 | #DEBHELPER# |
| 24 | |
| 25 | exit 0 |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |