Changeset 888

Show
Ignore:
Timestamp:
03/15/06 19:07:06 (3 years ago)
Author:
benjamin
Message:

removing debug code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/debian/config

    r887 r888  
    155155db_go 
    156156 
    157 debconf-get-selections | grep alternc >>/tmp/debconf || true 
    158  
    159157# vim: et sw=4 
  • trunk/debian/postinst

    r887 r888  
    1 #!/bin/sh -x 
     1#!/bin/sh 
    22 
    33set -e 
     
    1212    local var="$2" 
    1313    db_get "$question" 
    14     echo "update_var for question '$question' RET='$RET' " 
    1514    if [ ! -z "$RET" ]; then 
    1615        grep -Eq "^ *$var=" $CONFIGFILE || echo "$var=" >> $CONFIGFILE