#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	ln -sf /usr/share/3ginfo/cgi-bin/3ginfo.sh /usr/bin/3ginfo
}
exit 0
