fix symlinks when installing opkg into a image
[openwrt-10.03/.git] / package / opkg / files / postinst
1 #!/bin/sh
2 ln -sf "/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"
3 ln -sf "/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf"