summarylogtreecommitdiffstats
path: root/deodex.sh
blob: 9eae165c5c192f84dd7b9742c096ef938492cff4 (plain)
1
2
3
4
5
6
7
#!/bin/sh

_pkgname='vdex-extractor'

# Wrapper script to run the 'deodex' tool -- it does not like symlinking because then it does not find it's 'constants.sh' file it needs to source.

exec "/usr/lib/${_pkgname}/tools/deodex/run.sh" "$@"