From 8e3ec3ad08dfdf18151e01fd23a9d33b6e9c20f4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 19 Feb 2014 16:24:45 -0500 Subject: Manage /usr/bin/mkpasswd with update-alternatives. This is also provided by expect-doc. --- (limited to 'busybox.pkg/prerm') 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 -- cgit v0.9.1