Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 575198c3eae3eec8d60c01e84c0b86c2 > scriptlet

openoffice.org-pdfimport-3.1.1-0.4mdvmes5.1.i586.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ];then
	idpdfimport=$(unopkg list --shared 2> /dev/null | sed -ne 's/^Identifier: \(com.sun.star.PDFImport-linux.*\)/\1/p');
	if [ "z$idpdfimport" != "z" ]; then
		unopkg remove --shared $idpdfimport 2> /dev/null
		#clean footprint cache
		unopkg list --shared &> /dev/null
	fi
fi

POSTIN

/bin/sh
# upgrade 
if [ $1 -ge 2 ];then
	# removes old installed pdfimport extension 
	idpdfimport=$(unopkg list --shared 2> /dev/null | sed -ne 's/^Identifier: \(com.sun.star.PDFImport-linux.*\)/\1/p');
	if [ "z$idpdfimport" != "z" ]; then
		unopkg remove --shared $idpdfimport 2> /dev/null
		unopkg list --shared &> /dev/null
	fi
fi
#install new pdfimport version
unopkg add --shared /usr/lib/ooo/pdfimport.oxt 2> /dev/null
unopkg list --shared &> /dev/null 

#uninstall