summaryrefslogtreecommitdiffstats
path: root/opkg-common.pkg/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'opkg-common.pkg/postinst')
-rw-r--r--opkg-common.pkg/postinst8
1 files changed, 0 insertions, 8 deletions
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