Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > d584b1d4e2555b89fb9798d8da3358dd > scriptlet

nuface-1.0.5-2mdv2007.0.i586.rpm

PREUN

/bin/sh
/usr/share/rpm-helper/del-service nuface $1 nupyf

POSTIN

/bin/sh
/usr/share/rpm-helper/add-service nuface $1 nupyf 
ccp --delete --ifexists --set "NoOrphans" --ignoreopt config_version --oldfile /etc/nuface/config.php --newfile /etc/nuface/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