summaryrefslogtreecommitdiffstats
path: root/opkg-gpg.pkg
diff options
context:
space:
mode:
Diffstat (limited to 'opkg-gpg.pkg')
-rw-r--r--opkg-gpg.pkg/control8
-rw-r--r--opkg-gpg.pkg/files1
-rw-r--r--opkg-gpg.pkg/postinst5
3 files changed, 0 insertions, 14 deletions
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