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/prerm') diff --git a/wolfutil.pkg/prerm b/wolfutil.pkg/prerm new file mode 100644 index 0000000..af2bd73 --- /dev/null +++ b/wolfutil.pkg/prerm @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ x"${1}" = x'remove' ]; then + update-alternatives --remove openssl /usr/bin/wolfutil +fi -- cgit v0.9.1