Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > by-pkgid > be0c9a86184ebd8c1a157b1d90c30031 > scriptlet

nulog-1.1.8-1mdv2007.0.noarch.rpm

POSTIN

/bin/sh
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile /etc/nulog/config.php --newfile /etc/nulog/config.php.rpmnew
if [ "$1" = "1" ]; then /sbin/service httpd condrestart; fi 

if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then /sbin/service httpd condrestart; else /sbin/service httpd condreload; fi 

if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi