From a4dbc3ddb3d275aad5a71662e9be94c9b66e0c29 Mon Sep 17 00:00:00 2001 From: Travis Kemen Date: Tue, 29 Jul 2008 17:23:52 +0000 Subject: remove opkg config file and link ipkg.conf to opkg.conf being they are the same SVN-Revision: 11994 --- package/opkg/files/postinst | 1 + 1 file changed, 1 insertion(+) (limited to 'package/opkg/files/postinst') diff --git a/package/opkg/files/postinst b/package/opkg/files/postinst index c479744500..6aa8731ee9 100644 --- a/package/opkg/files/postinst +++ b/package/opkg/files/postinst @@ -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" -- cgit v1.2.3