Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-release > by-pkgid > f158fd1f2d9eee8789bb5aefbaf6b1eb > scriptlet

openoffice.org64-wiki-publisher-3.0.1-5mdv2009.1.x86_64.rpm

PREUN

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

POSTIN

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