summaryrefslogtreecommitdiffstats
path: root/opkg-lede.pkg
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 18:56:00 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 18:56:00 (EDT)
commita380e5b0d6127f7ffae2e364ec0c901dae1ad50f (patch)
tree6b7a297cc773641b7c9606d3254401db7cb9b7b6 /opkg-lede.pkg
parent1848c3cf2ee88a324ca83c7505ec3219eb95e4c5 (diff)
opkg: Un-u-a executables
Diffstat (limited to 'opkg-lede.pkg')
-rw-r--r--opkg-lede.pkg/postinst8
1 files changed, 0 insertions, 8 deletions
diff --git a/opkg-lede.pkg/postinst b/opkg-lede.pkg/postinst
deleted file mode 100644
index f1ee124..0000000
--- a/opkg-lede.pkg/postinst
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-if [ x"${1}" = x'configure' ]; then
- for f in opkg opkg-key update-alternatives; do
- update-alternatives --install "/usr/bin/${f}" "${f}" \
- "/usr/bin/${f}-lede" 30
- done
-fi