#!/bin/sh if [ x"${1}" = x'configure' ]; then if [ -f /etc/opkg/opkg.conf ] && ! [ -f /etc/opkg.conf ]; then mv /etc/opkg/opkg.conf /etc/opkg.conf fi fi