remove opkg config file and link ipkg.conf to opkg.conf being they are the same
[openwrt/openwrt.git] / package / opkg / files / postinst
index c479744500f74d945082f679a2300ad08be77ef9..6aa8731ee9da13fa8bb15332290c709194139340 100644 (file)
@@ -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"