summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 18:32:49 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 18:32:49 (EDT)
commit7ffb88e75e564e91c8c234e844be250b19d21e84 (patch)
tree5b683cfccdd3d5165b2432f1f51e7ad4cd36bde0
parentd17f1cf6e276876beeb15bde22aa1f2246c38e62 (diff)
opkg-*: Remove binary packages
Make opkg provide docs.
-rw-r--r--opkg-common.pkg/control9
-rw-r--r--opkg-common.pkg/files4
-rw-r--r--opkg-common.pkg/postinst8
-rw-r--r--opkg-dbg.pkg/control7
-rw-r--r--opkg-dbg.pkg/files1
-rw-r--r--opkg-doc.pkg/control7
-rw-r--r--opkg-doc.pkg/files1
-rw-r--r--opkg-gpg.pkg/control8
-rw-r--r--opkg-gpg.pkg/files1
-rw-r--r--opkg-gpg.pkg/postinst5
-rw-r--r--opkg.pkg/docs (renamed from opkg-common.pkg/docs)0
11 files changed, 0 insertions, 51 deletions
diff --git a/opkg-common.pkg/control b/opkg-common.pkg/control
deleted file mode 100644
index d463d6c..0000000
--- a/opkg-common.pkg/control
+++ /dev/null
@@ -1,9 +0,0 @@
-Architecture: all
-Platform: all
-Conflicts: opkg-lede (<< 0+git20190131.d4ba162-2)
-Description: Open PacKaGe Management - common files
- ${Common-Description}
- .
- This package provides opkg-check-config, opkg-key, update-alternatives,
- intercept scripts, and source package documentation files for the opkg
- utilities.
diff --git a/opkg-common.pkg/files b/opkg-common.pkg/files
deleted file mode 100644
index ba783fc..0000000
--- a/opkg-common.pkg/files
+++ /dev/null
@@ -1,4 +0,0 @@
-/usr/bin/opkg-check-config
-/usr/bin/opkg-key-orig
-/usr/bin/update-alternatives-orig
-/usr/share/opkg
diff --git a/opkg-common.pkg/postinst b/opkg-common.pkg/postinst
deleted file mode 100644
index 5f90662..0000000
--- a/opkg-common.pkg/postinst
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-if [ x"${1}" = x'configure' ]; then
- for f in opkg-key update-alternatives; do
- update-alternatives --install "/usr/bin/${f}" "${f}" \
- "/usr/bin/${f}-orig" 20
- done
-fi
diff --git a/opkg-dbg.pkg/control b/opkg-dbg.pkg/control
deleted file mode 100644
index ed687be..0000000
--- a/opkg-dbg.pkg/control
+++ /dev/null
@@ -1,7 +0,0 @@
-Architecture: any
-Platform: all
-Depends: opkg-common (= ${Binary-Version})
-Description: Open PacKaGe Management - debugging symbols
- ${Common-Description}
- .
- This package provides debugging symbols for the opkg utilities.
diff --git a/opkg-dbg.pkg/files b/opkg-dbg.pkg/files
deleted file mode 100644
index 1acc2ff..0000000
--- a/opkg-dbg.pkg/files
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/debug
diff --git a/opkg-doc.pkg/control b/opkg-doc.pkg/control
deleted file mode 100644
index c24f6d9..0000000
--- a/opkg-doc.pkg/control
+++ /dev/null
@@ -1,7 +0,0 @@
-Architecture: all
-Platform: all
-Depends: opkg-common (= ${Binary-Version})
-Description: Open PacKaGe Management - documentation
- ${Common-Description}
- .
- This package provides manual pages for the opkg utilities.
diff --git a/opkg-doc.pkg/files b/opkg-doc.pkg/files
deleted file mode 100644
index 0ddb634..0000000
--- a/opkg-doc.pkg/files
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/man
diff --git a/opkg-gpg.pkg/control b/opkg-gpg.pkg/control
deleted file mode 100644
index d14d076..0000000
--- a/opkg-gpg.pkg/control
+++ /dev/null
@@ -1,8 +0,0 @@
-Architecture: any
-Platform: all
-Depends: opkg-common (= ${Binary-Version}), ${Shlib-Depends}
-Description: Open PacKaGe Management with signature checking
- ${Common-Description}
- .
- This package provides the opkg utility with support for OpenPGP signature
- checking.
diff --git a/opkg-gpg.pkg/files b/opkg-gpg.pkg/files
deleted file mode 100644
index 75d6fe4..0000000
--- a/opkg-gpg.pkg/files
+++ /dev/null
@@ -1 +0,0 @@
-/usr/bin/opkg-gpg
diff --git a/opkg-gpg.pkg/postinst b/opkg-gpg.pkg/postinst
deleted file mode 100644
index 9ff62bf..0000000
--- a/opkg-gpg.pkg/postinst
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-if [ x"${1}" = x'configure' ]; then
- update-alternatives --install /usr/bin/opkg opkg /usr/bin/opkg-gpg 20
-fi
diff --git a/opkg-common.pkg/docs b/opkg.pkg/docs
index e69de29..e69de29 100644
--- a/opkg-common.pkg/docs
+++ b/opkg.pkg/docs