On Tue, 18 Aug 2015, Clinton Roy wrote:

> On 18 August 2015 at 20:59, Tim Connors <[email protected]> wrote:
>
> > 65959,7> aptitude install  swapspace
> > The following NEW packages will be installed:
> >   swapspace
> >
>
> I don't understand how you go from installing one package and
> end up having installation issues with a completely different one.
>
> Care to cat the postinst script that's causing the problem?

At a guess it'd be this:

# Automatically added by dh_installinit
if [ -x "/etc/init.d/swapspace" ]; then
        update-rc.d swapspace defaults >/dev/null
        invoke-rc.d swapspace start || exit $?
fi
# End automatically added section

in info/swapspace.postinst

-- 
Tim Connors
_______________________________________________
luv-main mailing list
[email protected]
http://lists.luv.asn.au/listinfo/luv-main

Reply via email to