cleanappl.sh
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 12 Mar 2010 11:34:35 +0100
branchstable
changeset 4885 7929865dedf1
parent 0 b97547f5f1fa
permissions -rwxr-xr-x
[debian] packaging fixes * remove postgresql-contrib from cubicweb dependency (using tsearch which is included with postgres >= 8.3) * add postgresql-client | mysql-client to cubicweb-server dependencies, necessary for dump/restore of database

#!/bin/sh

rm -f web/test/tmpdb*
rm -f web/tali18n.py

rm -f applications/*/test/tmpdb*
rm -f applications/*/tali18n.py
rm -f applications/*/i18n/*_full.po
rm -f applications/*/data/Schema.dot