#!/bin/sh
#    Debian pre-remove (uninstall) script
#
   
if [ -f /etc/cron.daily/checksel ]; then
   rm -f /etc/cron.daily/checksel
fi

