Remove obsolete image symlinks in /boot
[rrq/maintain_lilo.git] / debian / lilo.postrm
index edc59b9216c4bf7bee5dbb832239a2624d98da6d..f597e10d0a351c92f120029070bd948a461f9603 100644 (file)
@@ -8,7 +8,6 @@ set -e
 CONF="/etc/lilo.conf"
 MMAP="/boot/map"
 BMPS="coffee debian debian-de inside onlyblue tuxlogo debianlilo"
-LNKS="sarge sid"
 
 # remove old-named config files
 dpkg-maintscript-helper rm_conffile \
@@ -35,10 +34,6 @@ case "$1" in
                for i in ${BMPS}; do
                        rm -f /boot/${i}.bmp /boot/${i}.dat;
                done
-               # stay compatible with old lilo 22.8
-               for i in ${LNKS}; do
-                       test -L /boot/${i}.bmp && rm -f /boot/${i}.bmp;
-               done
     ;;
        *)
                echo "postrm called with unknown argument \`$1'" >&2