diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-09 18:33:57 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-09 18:56:39 (EDT) |
commit | 2ca2d78ca7df4dcd9df2fdf446cc96cde3a6b3c9 (patch) | |
tree | af2a452285061988938d951ddd72dbad3813bfab /wolfutil.pkg/prerm | |
parent | f3e28f70f5e3a5f242f3c65aac8c3d776bc4c435 (diff) |
wolfutil: New package
Diffstat (limited to 'wolfutil.pkg/prerm')
-rw-r--r-- | wolfutil.pkg/prerm | 5 |
1 files changed, 5 insertions, 0 deletions
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 |