#!/bin/sh -e dpkg-maintscript-helper rm_conffile /etc/logrotate.d/torrus-common 2.01-3 -- "$@" # Automatically added by dh_installinit/13.11.4 if [ "$1" = "install" ] && [ -n "$2" ] && [ -e "/etc/init.d/torrus-common" ] ; then chmod +x "/etc/init.d/torrus-common" >/dev/null || true fi # End automatically added section exit 0