From 8d3d7d3942fd7621a378c613a3a7b255571fa3a7 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 04 Apr 2019 02:22:46 -0400 Subject: Initial commit --- (limited to 'opkg-lede.pkg/postinst') diff --git a/opkg-lede.pkg/postinst b/opkg-lede.pkg/postinst new file mode 100644 index 0000000..187a8cc --- /dev/null +++ b/opkg-lede.pkg/postinst @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ x"${1}" = x'configure' ]; then + update-alternatives --install /usr/bin/opkg opkg /usr/bin/opkg-lede 30 +fi -- cgit v0.9.1