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