Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > 186ba0579eef5246f1412d69accba430 > scriptlet

openoffice.org-pdfimport-3.1.1-0.1mdv2009.1.x86_64.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/lib64/ooo/pdfimport.oxt 2> /dev/null
unopkg list --shared &> /dev/null 

#uninstall