Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > 97797f4b5dea9d55fe848d16912b5bab > scriptlet

ibWebAdmin-1.0.2-4mdv2008.1.noarch.rpm

POSTIN

/bin/sh
ccp --delete --ifexists --set "NoOrphans" --ignoreopt VERSION \
	--oldfile /etc/ibWebAdmin/configuration.inc.php \
	--newfile /etc/ibWebAdmin/configuration.inc.php.rpmnew

/usr/share/rpm-helper/add-webapp ibWebAdmin $1 

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

if [ -x /usr/bin/update-desktop-database ]; then 
/usr/bin/update-desktop-database /usr/share/applications > /dev/null || 
true ; fi

POSTUN

/bin/sh
/usr/share/rpm-helper/del-webapp ibWebAdmin $1 

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

if [ "$1" = "0" -a -x /usr/bin/update-desktop-database ]; then 
/usr/bin/update-desktop-database /usr/share/applications > /dev/null || true ; fi