$ rpmql gnucash|grep "\.schemas"|wc -l 15 $ rpmq --scripts gnucash $ См. http://www.altlinux.org/ОсобенностиСборкиПакетов
Зря удалил выходит? Возвращаю. -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