Re: [Cooker] DrakConf %post script error

2000-08-13 Thread Guillaume Cottenceau
Anton Graham <[EMAIL PROTECTED]> writes: > /mnt/mirror/Mandrake/RPMS> rpm -qp --scripts DrakConf-0.52-19mdk.i586.rpm > postinstall script (through /bin/sh): > ## menu > %update-menus > postuninstall script (through /bin/sh): > ## menu > if [ "$1" = "0" -a -x /usr/bin/update-menus ];then > /usr/bi

[Cooker] DrakConf %post script error

2000-08-12 Thread Anton Graham
/mnt/mirror/Mandrake/RPMS> rpm -qp --scripts DrakConf-0.52-19mdk.i586.rpm postinstall script (through /bin/sh): ## menu %update-menus postuninstall script (through /bin/sh): ## menu if [ "$1" = "0" -a -x /usr/bin/update-menus ];then /usr/bin/update-menus || true;fi -- Anton Graham