From a380e5b0d6127f7ffae2e364ec0c901dae1ad50f Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 06 Apr 2019 18:56:00 -0400 Subject: opkg: Un-u-a executables --- (limited to 'opkg-lede.pkg/postinst') 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 -- cgit v0.9.1