#!/bin/sh
for app in gunzip gzip zcat; do
  ln -sf ${IPKG_INSTROOT}/usr/bin/$app ${IPKG_INSTROOT}/bin/$app
done
