From 7ffb88e75e564e91c8c234e844be250b19d21e84 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 06 Apr 2019 18:32:49 -0400 Subject: opkg-*: Remove binary packages Make opkg provide docs. --- (limited to 'opkg-common.pkg/postinst') 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 -- cgit v0.9.1