remove opkg config file and link ipkg.conf to opkg.conf being they are the same
[openwrt/svn-archive/archive.git] / package / opkg / files / postinst
1 #!/bin/sh
2 ln -sf "${IPKG_INSTROOT}/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"
3 ln -sf "${IPKG_INSTROOT}/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf"