source: trunk/postrm @ 8

Last change on this file since 8 was 5, checked in by bas, 17 years ago

First import for the OSS torque_2_deb project

File size: 208 bytes
Line 
1#!/bin/sh -e
2#
3# Authors: Bas van der Vlies & Jaap Dijkshoorn
4#
5# SVN INFO:
6#       $Id: postrm 318 2004-02-02 11:56:16Z bas $
7#
8CONFIG_FILE=/etc/default/torque
9
10if [ "$1" = "purge" ]
11then
12        /bin/rm $CONFIG_FILE
13fi
Note: See TracBrowser for help on using the repository browser.