~ubuntu-branches/ubuntu/natty/apt-xapian-index/natty

1
2
3
4
5
6
#!/bin/sh
export AXI_PLUGIN_DIR=plugins
export AXI_VALUES_CONF=xapian-index-values.conf
export AXI_DB_PATH=testdb
export AXI_CACHE_PATH=testdb
./update-apt-xapian-index "$@"