diff options
Diffstat (limited to 'package/opkg/files/postinst')
-rw-r--r-- | package/opkg/files/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/opkg/files/postinst b/package/opkg/files/postinst index c479744500..6aa8731ee9 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" |