1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-12 19:47:31 +02:00
openwrt-xburst/package/opkg/files/postinst
thepeople a77ff5d0a0 add opkg
- symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop in replacement of ipkg


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11983 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-29 04:16:43 +00:00

3 lines
81 B
Bash

#!/bin/sh
ln -sf "${IPKG_INSTROOT}/usr/lib/ipkg" "${IPKG_INSTROOT}/usr/lib/opkg"