#!/bin/ash
#141014 sfs
if [ -f /usr/bin/dpkg-deb ] ;then 
    /usr/bin/dpkg-deb "$@"
else
    [ "$1" = "-I" ] && exit
    busybox dpkg-deb "$@"
fi