Changeset 511


Ignore:
Timestamp:
02/22/06 00:25:40 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2005-01-19 22:44:03 by anarcat]
make this not fail even if the debconf variables are not defined

Original author: anarcat
Date: 2005-01-19 22:44:03

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/postinst

    r492 r511  
    7171 
    7272    # forget the password 
    73     db_reset alternc/mysql/password 
    74     db_fset alternc/mysql/password "seen" "false" 
    75     db_reset alternc/mysql/root_password 
    76     db_fset alternc/mysql/root_password "seen" "false" 
     73    db_reset alternc/mysql/password || true 
     74    db_fset alternc/mysql/password "seen" "false" || true 
     75    db_reset alternc/mysql/root_password || true 
     76    db_fset alternc/mysql/root_password "seen" "false" || true 
    7777 
    7878    if [ -e /etc/alternc/local.sh ]; then 
Note: See TracChangeset for help on using the changeset viewer.