~ubuntu-branches/ubuntu/quantal/openerp6.1/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/repack.local

  • Committer: Package Import Robot
  • Author(s): Yolanda Robla
  • Date: 2012-09-20 15:29:00 UTC
  • Revision ID: package-import@ubuntu.com-20120920152900-ph979bapm63fqn9l
Tags: 6.1-1+dfsg-0ubuntu1
Initial OpenERP package. Repackaged to remove non-distributable files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MANIFEST=1
 
2
find ./openerp/ -name '*.msi' -exec rm {} \;
 
3
find ./openerp/ -name '*.dll' -exec rm {} \;
 
4
find ./openerp/ -name '*.chm' -exec rm {} \;
 
5
 
 
6
find ./win32/ -name '*.msi' -exec rm {} \;
 
7
find ./win32/ -name '*.dll' -exec rm {} \;
 
8
find ./win32/ -name '*.chm' -exec rm {} \;
 
9
find ./win32/ -name '*.exe' -exec rm {} \;