Skip to content

Commit

Permalink
fix: remove gnome-extension-app causing build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Oct 28, 2023
1 parent 4d10647 commit 4eab687
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/recipe-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ modules:
# Chrome
- google-chrome-stable
remove:
- gnome-extensions-app
- gnome-software-rpm-ostree
- gnome-tour

Expand Down
1 change: 0 additions & 1 deletion config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ modules:
# Chrome
- google-chrome-stable
remove:
- gnome-extensions-app
- gnome-software-rpm-ostree
- gnome-tour

Expand Down
1 change: 1 addition & 0 deletions config/scripts/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set -oue pipefail
# Remove Unnecessary desktop entries from overview
rm -f /usr/share/applications/htop.desktop
rm -f /usr/share/applications/nvtop.desktop
rm -f /usr/share/applications/org.gnome.Extensions.desktop

# Remove repo files
rm -f /etc/yum.repos.d/**
Expand Down

0 comments on commit 4eab687

Please sign in to comment.