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

if [ "${1}" = remove ]; then
	update-alternatives --remove awk /usr/bin/awk.busybox
	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