From 2ca2d78ca7df4dcd9df2fdf446cc96cde3a6b3c9 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 09 Aug 2020 18:33:57 -0400 Subject: wolfutil: New package --- (limited to 'wolfutil.pkg/postinst') diff --git a/wolfutil.pkg/postinst b/wolfutil.pkg/postinst new file mode 100644 index 0000000..ec6c0f7 --- /dev/null +++ b/wolfutil.pkg/postinst @@ -0,0 +1,6 @@ +#!/bin/sh + +if [ x"${1}" = x'configure' ]; then + update-alternatives --install /usr/bin/openssl openssl \ + /usr/bin/wolfutil 10 +fi -- cgit v0.9.1