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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5101 - (hide annotations) (download)
Sat Sep 6 08:24:18 2008 UTC (4 years, 8 months ago) by lange
File size: 102 byte(s)
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