tags 817232 + patch
thanks

On Fri, Jan 20, 2017 at 02:49:42AM -0500, 
sacrificial-spam-addr...@sciencehorizons.net wrote:
> 
> Either add -f to the update-rc.d invocation, or try something more like:
> 
> #!/bin/sh
> 
> set -e
> 
> for file in keyboard-setup console-setup; do
>     if [ -x /etc/init.d/$file ]; then
>       dpkg-maintscript-helper rm_conffile /etc/init.d/$file 1.138~ -- "$@"
>       update-rc.d $file remove >/dev/null
>     fi
> done

Thanks.

Anton Zinoviev

Reply via email to