summaryrefslogtreecommitdiffstats
path: root/opkg-common.pkg
diff options
context:
space:
mode:
Diffstat (limited to 'opkg-common.pkg')
-rw-r--r--opkg-common.pkg/control9
-rw-r--r--opkg-common.pkg/docs0
-rw-r--r--opkg-common.pkg/files4
-rw-r--r--opkg-common.pkg/postinst8
4 files changed, 0 insertions, 21 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/docs b/opkg-common.pkg/docs
deleted file mode 100644
index e69de29..0000000
--- a/opkg-common.pkg/docs
+++ /dev/null
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