Summary: | не устанавливаются файлы .schemas | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Yuri N. Sedunov <aris> |
Component: | gnucash | Assignee: | Andrey Cherepanov <cas> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | critical | ||
Priority: | P3 | CC: | aen, cas |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux | ||
Bug Depends on: | |||
Bug Blocks: | 19564 |
Description
Yuri N. Sedunov
2009-09-19 15:42:03 MSD
Зря удалил выходит? Возвращаю. -alt3 %post cat %_datadir/%name/%name-schemas.list | while read scm; do %gconf2_install $scm; done %preun if [ $1 = 0 ]; then cat %_datadir/%name/%name-schemas.list | while read scm; do %gconf2_uninstall $scm; done |