Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > media > main-release > by-pkgid > a5b60c5f331be9589a2426a52ca8cd15 > scriptlet

openoffice.org-wiki-publisher-3.1.1-2mdv2010.0.x86_64.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ];then
	idextension=$(unopkg list --shared 2> /dev/null | sed -ne 's/^Identifier: \(com.sun.wiki-publisher\)/\1/p');
	if [ "z$idextension" != "z" ]; then
		unopkg remove --shared $idextension 2> /dev/null
		unopkg list --shared &> /dev/null
	fi
fi

POSTIN

/bin/sh
# upgrade 
if [ $1 -ge 2 ];then
	idextension=$(unopkg list --shared 2> /dev/null | sed -ne 's/^Identifier: \(com.sun.wiki-publisher\)/\1/p');
	if [ "z$idextension" != "z" ]; then
		unopkg remove --shared $idextension 2> /dev/null
		unopkg list --shared &> /dev/null
	fi
fi	
#install 
unopkg add --shared /usr/lib64/ooo/wiki-publisher.oxt 2> /dev/null
unopkg list --shared &> /dev/null