summaryrefslogtreecommitdiffstats
path: root/busybox.pkg/prerm
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-02-19 16:24:45 (EST)
committer P. J. McDermott <pjm@nac.net>2014-02-19 16:24:45 (EST)
commit8e3ec3ad08dfdf18151e01fd23a9d33b6e9c20f4 (patch)
tree0f294a18051b8947953feda30beac165185dbe7f /busybox.pkg/prerm
parent7ed3288dec9c83224130b737961c8981e29ea4c7 (diff)
Manage /usr/bin/mkpasswd with update-alternatives.
This is also provided by expect-doc.
Diffstat (limited to 'busybox.pkg/prerm')
-rwxr-xr-xbusybox.pkg/prerm1
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.pkg/prerm b/busybox.pkg/prerm
index 6cfc7e0..63b465e 100755
--- a/busybox.pkg/prerm
+++ b/busybox.pkg/prerm
@@ -6,4 +6,5 @@ if [ "${1}" = remove ]; then
update-alternatives --remove strings /usr/bin/strings.busybox
update-alternatives --remove clear /usr/bin/clear.busybox
update-alternatives --remove reset /usr/bin/reset.busybox
+ update-alternatives --remove mkpasswd /usr/bin/mkpasswd.busybox
fi