summaryrefslogtreecommitdiffstats
path: root/opkg.pkg
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 18:47:15 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 18:47:15 (EDT)
commita3af114a9c9c2d19203012cb0bd565064f4cebc4 (patch)
tree784bea4177fb8e3d8821c57a1fe12b95a69df7f2 /opkg.pkg
parent7256d39bd280be6b4656ecd4082fe7ea50790823 (diff)
opkg: Remove postinst
Diffstat (limited to 'opkg.pkg')
-rw-r--r--opkg.pkg/postinst5
1 files changed, 0 insertions, 5 deletions
diff --git a/opkg.pkg/postinst b/opkg.pkg/postinst
deleted file mode 100644
index a5286f1..0000000
--- a/opkg.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-cl 10
-fi