X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1c87c80fd44395e0cb498bf7fc19520f25a1d764..1468e6557266fd77a3522baeae7088709327071b:/package/opkg/files/postinst diff --git a/package/opkg/files/postinst b/package/opkg/files/postinst index c47974450..6aa8731ee 100644 --- a/package/opkg/files/postinst +++ b/package/opkg/files/postinst @@ -1,2 +1,3 @@ #!/bin/sh ln -sf "${IPKG_INSTROOT}/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg" +ln -sf "${IPKG_INSTROOT}/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf"