aports/community/waydroid/waydroid.post-upgrade
Jami Kettunen 7e7ba5955d community/waydroid: upgrade to 1.3.4
Additionally
- Drop old unneeded gbinder.conf
- Probe "fuse" module mandatory for LXC container to boot successfully
- Update Waydroid configuration on post-upgrade
2022-12-19 08:12:46 +00:00

5 lines
79 B
Bash

#!/bin/sh
echo "Updating Waydroid configuration..."
waydroid upgrade -o
exit 0