#!/bin/bash export INSTALL="" if [ ! -e /usr/bin/polipo ]; then export INSTALL="$INSTALL " update-rc.d -f remove fi apt-get install -y $INSTALL