diff options
Diffstat (limited to 'expect-doc.pkg/prerm')
-rw-r--r-- | expect-doc.pkg/prerm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/expect-doc.pkg/prerm b/expect-doc.pkg/prerm new file mode 100644 index 0000000..f67579a --- /dev/null +++ b/expect-doc.pkg/prerm @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ "x${1}" = 'xremove' ]; then + update-alternatives --remove mkpasswd /usr/bin/mkpasswd.expect +fi |