diff options
author | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-29 17:23:52 +0000 |
---|---|---|
committer | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-29 17:23:52 +0000 |
commit | 1468e6557266fd77a3522baeae7088709327071b (patch) | |
tree | fc253a2f741b1e70706cbe98ba17421440ada173 /package/opkg/files/postinst | |
parent | 1c87c80fd44395e0cb498bf7fc19520f25a1d764 (diff) |
remove opkg config file and link ipkg.conf to opkg.conf being they are the same
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11994 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg/files/postinst')
-rw-r--r-- | package/opkg/files/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/opkg/files/postinst b/package/opkg/files/postinst index c47974450..6aa8731ee 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" |