#!/bin/sh
set -e

if [ -e /etc/suid.conf -a -x /usr/sbin/suidunregister ]; then
        suidunregister -s postilion /usr/X11R6/bin/postilion
fi

if [ -e /etc/suid.conf -a -x /usr/sbin/suidunregister ]; then
        suidunregister -s postilion /usr/X11R6/lib/postilion/postilion.exec
fi

#DEBHELPER#

