Changeset 2225

Show
Ignore:
Timestamp:
04/25/08 00:31:52 (2 weeks ago)
Author:
anarcat
Message:

fix a warning

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc-mailman/trunk/debian/postinst

    r2224 r2225  
    4848        fi 
    4949    fi 
     50    if [ ! -r $PATCHFILE ]; then 
     51        echo "no patchfile for mailman $MAILMAN_VERSION" 
     52    fi 
    5053    if [ -r $PATCHFILE -a ! -h $PATCH_MARKER ]; then 
    5154        db_get alternc-mailman/patch-mailman || true 
     
    7275            echo "not applying virtual mailman patch" 
    7376        fi 
    74     else 
    75         echo "no patchfile for mailman $MAILMAN_VERSION" 
    7677    fi 
    7778    # tell debconf to go away, otherwise alternc.install will freeze