[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#817232: Stil present in 1.158



tags 817232 + patch
thanks

On Fri, Jan 20, 2017 at 02:49:42AM -0500, sacrificial-spam-address@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 to: