Changeset 16


Ignore:
Timestamp:
11/01/07 10:26:41 (16 years ago)
Author:
adi
Message:

Only remove /etc/default/torque when it exists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/postrm

    r10 r16  
    1010if [ "$1" = "purge" ]
    1111then
    12         /bin/rm $CONFIG_FILE
     12    if [ -e $CONFIG_FILE ]
     13    then
     14        /bin/rm $CONFIG_FILE
     15    fi
    1316
    1417    # if we still have debconf, also remove our entries from the DB
Note: See TracChangeset for help on using the changeset viewer.