mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
KASM-5510 remove gnome-keyring-daemon bin if it exists in desktop images
This commit is contained in:
parent
251a56a408
commit
07a5c84215
@ -54,3 +54,8 @@ rm -f \
|
||||
/etc/xdg/autostart/xfce4-screensaver.desktop \
|
||||
/etc/xdg/autostart/xfce-polkit.desktop \
|
||||
/etc/xdg/autostart/xscreensaver.desktop
|
||||
|
||||
# Bins we don't want in the final image
|
||||
if which gnome-keyring-daemon; then
|
||||
rm -f $(which gnome-keyring-daemon)
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user