aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/files/postinst
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2008-07-29 17:23:52 +0000
committerTravis Kemen <thepeople@openwrt.org>2008-07-29 17:23:52 +0000
commita4dbc3ddb3d275aad5a71662e9be94c9b66e0c29 (patch)
tree6857918e4b8d263ce224e2c7a3a4b1ad0800a365 /package/opkg/files/postinst
parentb559fb0c5ff3d171bfb865088f6aabac3c863000 (diff)
downloadupstream-a4dbc3ddb3d275aad5a71662e9be94c9b66e0c29.tar.gz
upstream-a4dbc3ddb3d275aad5a71662e9be94c9b66e0c29.tar.bz2
upstream-a4dbc3ddb3d275aad5a71662e9be94c9b66e0c29.zip
remove opkg config file and link ipkg.conf to opkg.conf being they are the same
SVN-Revision: 11994
Diffstat (limited to 'package/opkg/files/postinst')
-rw-r--r--package/opkg/files/postinst1
1 files changed, 1 insertions, 0 deletions
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"