Describe the issue
When removing the xochitl package the service that is running is run through /opt/bin/xochitl which means it's probably run with a rm2fb client (xochitl.service.d/toltec-wrapper.conf).
An issue arose with it when removing toltec completely (toltecctl uninstall) that xochitl held /opt and it couldn't be unmounted (device is busy).
Uninstalling xochitl package should restart the service on postremove so it's running through /usr/bin/xochitl and it releases any held files/whatever from /opt.
Discussed on discord. Hopefully it's clear and simple enough for me not to put "steps to reproduce".
Describe the issue
When removing the
xochitlpackage the service that is running is run through/opt/bin/xochitlwhich means it's probably run with a rm2fb client (xochitl.service.d/toltec-wrapper.conf).An issue arose with it when removing toltec completely (
toltecctl uninstall) that xochitl held/optand it couldn't be unmounted (device is busy).Uninstalling
xochitlpackage should restart the service onpostremoveso it's running through/usr/bin/xochitland it releases any held files/whatever from/opt.Discussed on discord. Hopefully it's clear and simple enough for me not to put "steps to reproduce".