Revision bc38b5f2
Added by Ermal LUÇI about 14 years ago
etc/inc/pkg-utils.inc | ||
---|---|---|
802 | 802 |
$static_output .= "done.\n"; |
803 | 803 |
update_output_window($static_output); |
804 | 804 |
} |
805 |
/* XXX: Seems there are issues with packages doing things */ |
|
806 |
write_config("Intermediate config write during package install for {$pkg_info['name']}"); |
|
805 |
|
|
807 | 806 |
/* custom commands */ |
808 | 807 |
$static_output .= "Custom commands...\n"; |
809 | 808 |
update_output_window($static_output); |
... | ... | |
1201 | 1200 |
} |
1202 | 1201 |
} |
1203 | 1202 |
|
1204 |
?> |
|
1203 |
?> |
Also available in: Unified diff
Remove this write_config call seems to be causing grief.