#!/bin/sh

cp -r /usr/share/typo3-flow-1_1/* ./
rm -rf ./Packages/Framework
ln -s /usr/share/typo3-flow-1_1/Packages/Framework ./Packages/Framework

