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

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