#!/bin/sh -e #DEBHELPER# if [ -d /usr/share/lilo/contrib ]; then echo echo "WARNING:" echo "The use of /usr/share/lilo/contrib as the directory of the" echo "bitmaps is deprecated and may be removed later." echo "You may want to put your bitmaps on /usr/share/lilo instead." echo "I will remove the packaged bitmaps but you must move yours" echo "to other place." echo rm -f /usr/share/lilo/contrib/sid.bmp rm -f /usr/share/lilo/contrib/sarge.bmp rm -f /usr/share/lilo/contrib/debianlilo.bmp rm -f /usr/share/lilo/contrib/coffee.bmp fi