summarylogtreecommitdiffstats
path: root/cros-container-guest-tools.install
diff options
context:
space:
mode:
Diffstat (limited to 'cros-container-guest-tools.install')
-rw-r--r--cros-container-guest-tools.install12
1 files changed, 8 insertions, 4 deletions
diff --git a/cros-container-guest-tools.install b/cros-container-guest-tools.install
index 4dadadd058a3..1eefff3d3ef3 100644
--- a/cros-container-guest-tools.install
+++ b/cros-container-guest-tools.install
@@ -19,13 +19,16 @@ post_install() {
post_upgrade() {
+ # workaround for https://bugs.archlinux.org/task/58701 - remove after fix
+ ln -sf /opt/google/cros-containers/bin/sommelier /usr/bin/sommelier
+
cat << EOF
- (!) This package is permanently work-in-progress while Crostini
+ This package is permanently work-in-progress while Crostini
is in beta. Missing features, issues and bugs are possible!
- Developed and tested on Google Pixelbook, but should work fine
- on other Chromebooks/Chromeboxes with Crostini enabled.
+ Developed and tested on Google Pixelbook, but should work
+ fine on other Chromebooks/Chromeboxes with Crostini enabled.
Please report any issues to the AUR page!
@@ -47,5 +50,6 @@ post_remove() {
systemctl unmask systemd-udev-trigger.service
# workaround for https://bugs.archlinux.org/task/58701 - remove after fix
- rm /usr/share/themes/CrosAdapta
+ rm -f /usr/share/themes/CrosAdapta
+ rm -f /usr/bin/sommelier
}