From a3af114a9c9c2d19203012cb0bd565064f4cebc4 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 06 Apr 2019 18:47:15 -0400 Subject: opkg: Remove postinst --- 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 -- cgit v0.9.1