#!/bin/sh
# postinst script for fdclone
#
# see: dh_installdeb(1)

set -e

if [ "$1" = configure ] ; then
    touch /etc/fdclone/fd2rc.siteconfig
fi

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0
