diff --git a/precise/0k-openerp/hooks/install b/precise/0k-openerp/hooks/install index 8600a1b..6e77a5c 100755 --- a/precise/0k-openerp/hooks/install +++ b/precise/0k-openerp/hooks/install @@ -48,6 +48,15 @@ if [ "$NO_VIRTUALENV" ]; then fi +if [ "$RELEASE" == "wheezy" ]; then + ( + cd /tmp + wget http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.1/wkhtmltox-0.12.1_linux-precise-amd64.deb + dpkg -i wkhtmltox-0.12.1_linux-precise-amd64.deb + rm -f wkhtmltox-0.12.1_linux-precise-amd64.deb + ) +fi + pip install sact.epoch shyaml