#!/bin/sh -e
# 
# Postinst file for ccal

# Move a conffile without triggering a dpkg question


dpkg-maintscript-helper mv_conffile \
    /etc/calcol /etc/cal.col 3.5-7 ccal -- "$@"


#DEBHELPER#
