remove opkg config file and link ipkg.conf to opkg.conf being they are the same
[openwrt.git] / package / opkg / files / postinst
1 #!/bin/sh
2 ln -sf "${IPKG_INSTROOT}/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"
3 ln -sf "${IPKG_INSTROOT}/etc/ipkg.conf" "${IPKG_INSTROOT}/etc/opkg.conf"
This page took 0.041614 seconds and 5 git commands to generate.