1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 03:50:23 +03:00
openwrt-xburst/package/opkg/files/postinst
thepeople eb1995908d fix symlinks when installing opkg into a image
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-15 04:13:21 +00:00

4 lines
122 B
Bash

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