#!/bin/sh set -e sh /opt/busybox-power/uninstall-binary.sh line="trap exit SIGHUP #by busybox-power" if grep -F -q "$line" /etc/profile; then sed "/$line/d" /etc/profile > /tmp/profile.sed mv /tmp/profile.sed /etc/profile fi