From f9333acb1a71bdcaa3c4072b5d2bf6c36d9280a1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 02 Jun 2013 14:48:02 -0400 Subject: Manage /usr/bin/strings with update-alternatives. --- (limited to 'busybox.pkg/prerm') diff --git a/busybox.pkg/prerm b/busybox.pkg/prerm index 7f466ae..23bb465 100755 --- a/busybox.pkg/prerm +++ b/busybox.pkg/prerm @@ -1,5 +1,5 @@ #!/bin/sh if [ "${1}" = remove ]; then - update-alternatives --remove ar /usr/bin/ar.busybox + update-alternatives --remove strings /usr/bin/strings.busybox fi -- cgit v0.9.1