diff options
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 |