Open
Description
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".
Activity