summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opkg-gpg.pkg/postinst5
-rw-r--r--opkg.pkg/postinst5
2 files changed, 10 insertions, 0 deletions
diff --git a/opkg-gpg.pkg/postinst b/opkg-gpg.pkg/postinst
new file mode 100644
index 0000000..9ff62bf
--- /dev/null
+++ b/opkg-gpg.pkg/postinst
@@ -0,0 +1,5 @@
+#!/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.pkg/postinst b/opkg.pkg/postinst
new file mode 100644
index 0000000..a5286f1
--- /dev/null
+++ b/opkg.pkg/postinst
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ x"${1}" = x'configure' ]; then
+ update-alternatives --install /usr/bin/opkg opkg /usr/bin/opkg-cl 10
+fi