Show
Ignore:
Timestamp:
05/11/07 11:14:47 (19 months ago)
Author:
free
Message:

* Don't overwrite user configurations at upgrade (closes #296)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 64studio/trunk/debian/64studio-skel.postinst

    r1 r101  
    2020case "$1" in 
    2121    configure) 
    22         update-dpsyco-skel 
     22 
     23    # Only run on new installs 
     24    if [ "$2" == "" ]; then 
     25        update-dpsyco-skel 
     26    fi 
     27 
    2328    ;; 
    2429