remove opkg config file and link ipkg.conf to opkg.conf being they are the same
[openwrt.git] / package / opkg / files / postinst
index c479744..6aa8731 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"
This page took 0.024603 seconds and 4 git commands to generate.