Bug 21627

Summary: не устанавливаются файлы .schemas
Product: Sisyphus Reporter: Yuri N. Sedunov <aris>
Component: gnucashAssignee: 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
$ rpmql gnucash|grep "\.schemas"|wc -l
15
$ rpmq --scripts gnucash
$

См. http://www.altlinux.org/ОсобенностиСборкиПакетов
Comment 1 Vitaly Lipatov 2009-09-20 23:03:22 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