#! /bin/sh
set -e

#DEBHELPER#
if [ -f /usr/bin/setiathome ]
then
    rm -f /usr/bin/setiathome
fi

#if [ -f /usr/X11R6/bin/xsetiathome ]
#then
#    rm -f /usr/X11R6/bin/xsetiathome
#fi

if [ -f /usr/share/man/man1/setiathome.1.gz ]
then 
    rm -f /usr/share/man/man1/setiathome.1.gz
fi

#if [ -f /usr/X11R6/man/man1/xsetiathome.1.gz ]
#then 
#    rm -f /usr/X11R6/man/man1/xsetiathome.1.gz
#fi
