# Warn user to clean out old configuration: if grep -q "START @PRGNAM@" etc/default/chromium 2>/dev/null ; then echo "**" echo "** Found old configuration for @PRGNAM@ -" echo "** in /etc/default/chromium" echo "** Please remove the block of text in that file," echo "** Enclosed by 'START @PRGNAM@' and 'END @PRGNAM@'" echo "** It is no longer needed." echo "**" fi