summaryrefslogtreecommitdiffstats
path: root/busybox.pkg/prerm
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.pkg/prerm')
-rwxr-xr-xbusybox.pkg/prerm5
1 files changed, 5 insertions, 0 deletions
diff --git a/busybox.pkg/prerm b/busybox.pkg/prerm
new file mode 100755
index 0000000..7f466ae
--- /dev/null
+++ b/busybox.pkg/prerm
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ "${1}" = remove ]; then
+ update-alternatives --remove ar /usr/bin/ar.busybox
+fi