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

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