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