projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove opkg config file and link ipkg.conf to opkg.conf being they are the same
[openwrt.git]
/
package
/
opkg
/
files
/
postinst
diff --git
a/package/opkg/files/postinst
b/package/opkg/files/postinst
index
c479744
..
6aa8731
100644
(file)
--- 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"
#!/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"
This page took
0.023381 seconds
and
4
git commands to generate.