#!/bin/sh

if [ -f /etc/ipkg.conf ] ; then
  cp /etc/ipkg.conf /tmp/ipkg.conf.preinst
fi
