diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 01:47:32 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 01:47:32 (EDT) |
commit | 8598983afa0d3403f18f1b256bc123b7c5360e99 (patch) | |
tree | 2655f496b516427c00a8c9522994c1117a10879f | |
parent | 945bdc52fbbf3a48dd3f7ae30dbafb3597fb8d7b (diff) |
Move scripts from opkg binary pkg to opkg-common
-rw-r--r-- | opkg-common.pkg/files | 3 | ||||
-rw-r--r-- | opkg.pkg/files | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opkg-common.pkg/files b/opkg-common.pkg/files index 28ea280..0adb8fd 100644 --- a/opkg-common.pkg/files +++ b/opkg-common.pkg/files @@ -1 +1,4 @@ +/usr/bin/opkg-check-config +/usr/bin/opkg-key +/usr/bin/update-alternatives /usr/share/opkg diff --git a/opkg.pkg/files b/opkg.pkg/files index 03d9de7..256607a 100644 --- a/opkg.pkg/files +++ b/opkg.pkg/files @@ -1,2 +1,3 @@ -/usr/bin +/usr/bin/opkg-cl +/usr/bin/opkg /etc |