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