summaryrefslogtreecommitdiffstats
path: root/busybox.pkg
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-04 11:32:45 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-04 11:32:45 (EDT)
commitaac7b03ebbefea7049ea3003ba62e6e2ac0ef9b9 (patch)
treefa2ee93ce8d1f95c6f2cda13c96266780b1e9a33 /busybox.pkg
parent6b9609dded6fb29f1405e4fb35f1a42880c5e437 (diff)
busybox: Remove ar alternative on package removal.
Diffstat (limited to 'busybox.pkg')
-rwxr-xr-xbusybox.pkg/prerm1
1 files changed, 1 insertions, 0 deletions
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