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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3885 - (hide annotations) (download)
Thu Sep 7 12:08:38 2006 UTC (6 years, 8 months ago) by lange
File size: 148 byte(s)
better cleanup of /var/run/fai
1 lange 3885 #! /bin/sh
2    
3     set -e
4    
5     case "$1" in
6     purge)
7     rm /var/run/fai/* 2>/dev/null || true
8     rmdir /var/run/fai || true
9     ;;
10     esac
11    
12     #DEBHELPER#
13    
14     exit 0

  ViewVC Help
Powered by ViewVC 1.1.5