#!/bin/sh -e

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