From aac7b03ebbefea7049ea3003ba62e6e2ac0ef9b9 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 04 Aug 2013 11:32:45 -0400 Subject: busybox: Remove ar alternative on package removal. --- (limited to 'busybox.pkg') diff --git a/busybox.pkg/prerm b/busybox.pkg/prerm index 23bb465..f1511f8 100755 --- a/busybox.pkg/prerm +++ b/busybox.pkg/prerm @@ -1,5 +1,6 @@ #!/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