post_install()
{
systemctl enable cantrim.timer
systemctl restart cantrim.timer

}

post_upgrade()
{
systemctl enable cantrim.timer
systemctl restart cantrim.timer

}

pre_remove()
{
systemctl stop cantrim.timer
systemctl disable cantrim.timer
}