summaryrefslogtreecommitdiffstats
path: root/busybox.pkg/prerm
blob: f1511f8878a6677c31ac4266c96b94900d9a51ef (plain)
1
2
3
4
5
6
#!/bin/sh

if [ "${1}" = remove ]; then
	update-alternatives --remove ar /usr/bin/ar.busybox
	update-alternatives --remove strings /usr/bin/strings.busybox
fi