#!/bin/bash

#This removes the LD_PRELOAD variable. Needed because of bugs in libtricks
# (will fix those), and to make dpkg-shlibdeps generate right output.


LD_PRELOAD=

`basename $0` $@