fpspreadsheet: Improves the scripts to handle OpenDocument

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2462 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat 2012-06-13 06:27:12 +00:00
parent e36e0f1652
commit e4f415e21d
3 changed files with 10 additions and 2 deletions

View File

@ -1 +1,5 @@
unzip oocreated.ods
mkdir oocreated
cp -f oocreated.ods oocreated/
cd oocreated
unzip oocreated.ods
cd ..

View File

@ -0,0 +1,5 @@
mkdir test
cp -f test.ods test/
cd test
unzip test.ods
cd ..

View File

@ -1,4 +1,3 @@
cd test
zip -r test.ods *
mv test.ods ../
cd ..