Reportsquid3prerm

Status: Accepted

Colis script


begin
  true ;
  dpkg-maintscript-helper [ 'rm_conffile'; '/etc/squid3/msntauth.conf';
                          '3.5.4-1\~'; 'squid3'; '--'; 'DUM'; 'MY' ] ;
  dpkg-maintscript-helper [ 'mv_conffile'; '/etc/squid3/squid.conf';
                          '/etc/squid/squid.conf'; '3.5.4-1\~'; 'squid3';
                          '--'; 'DUM'; 'MY' ] ;
  dpkg-maintscript-helper [ 'mv_conffile'; '/etc/squid3/errorpage.css';
                          '/etc/squid/errorpage.css'; '3.5.4-1\~'; 'squid3';
                          '--'; 'DUM'; 'MY' ]
end

Original Shell script

#!/bin/sh
set -e
# Automatically added by dh_installdeb/12.1.1
dpkg-maintscript-helper rm_conffile /etc/squid3/msntauth.conf 3.5.4-1\~ squid3 -- "$@"
dpkg-maintscript-helper mv_conffile /etc/squid3/squid.conf /etc/squid/squid.conf 3.5.4-1\~ squid3 -- "$@"
dpkg-maintscript-helper mv_conffile /etc/squid3/errorpage.css /etc/squid/errorpage.css 3.5.4-1\~ squid3 -- "$@"
# End automatically added section