/[fai]/trunk/debian/fai-server.postrm
ViewVC logotype

Contents of /trunk/debian/fai-server.postrm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2096 - (show annotations) (download)
Mon Dec 22 12:44:38 2003 UTC (9 years, 5 months ago) by lange
Original Path: trunk/debian/postrm
File size: 407 byte(s)
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

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.5