add opkg - symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop...
[lede.git] / package / opkg / files / postinst
1 #!/bin/sh
2 ln -sf "${IPKG_INSTROOT}/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"