From e08b239f3d46501546e2f68fcdaf199890dc665c Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 04 Apr 2019 17:50:07 -0400 Subject: opkg-common: Manage opkg-key and u-a with u-a So meta. --- (limited to 'opkg-common.pkg/postinst') diff --git a/opkg-common.pkg/postinst b/opkg-common.pkg/postinst new file mode 100644 index 0000000..5f90662 --- /dev/null +++ b/opkg-common.pkg/postinst @@ -0,0 +1,8 @@ +#!/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