![](https://seccdn.libravatar.org/avatar/003baa8110cfe71bbf12680522689543.jpg?s=120&d=mm&r=g)
Some comments:
- it's not zypper that splits the update into 'erase cron' and 'install cronie', but rpm. zypper just does 'rpm -U cronie', it doesn't do something else. yes you are right, I rewritten wiki, the different behavior occurs only when you are installing package with subpackage see http://en.opensuse.org/Cron_rename#Different_behavior_of_rpm_-U_and_zypper_i...
- the simplest way to fix rc states is to add
if test "$1" = 1 -a -e /usr/share/doc/packages/cron/README ; then set 2 ; fi
thanks ! I used set 2, but I don't use /usr/share/doc/packages/cron/README file because this will not work when user use rpm --excludedocs
Cheers, Michael.
thanks for tips and feedback ! bye -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org