Skip to content

Commit

Permalink
chore: remove fastfetch aliases for F38 (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Apr 22, 2024
1 parent 51c5f0b commit 53f3e06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions build_files/base/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nHidden=true@g' /usr/share/applica
if [[ "$BASE_IMAGE_NAME" = "silverblue" && -f /usr/share/applications/gnome-system-monitor.desktop ]]; then
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nHidden=true@g' /usr/share/applications/gnome-system-monitor.desktop
fi
if [[ "$FEDORA_MAJOR_VERSION " -eq "38" ]]; then
if [[ "$BASE_IMAGE_NAME" == "silverblue" ]]; then
rm -f /usr/etc/profile.d/bluefin-fashfetch.sh
elif [[ "$BASE_IMAGE_NAME" == "kinoite" ]]; then
rm -f /usr/etc/profile.d/aurora-fastfetch.sh
fi
fi
rm -f /etc/yum.repos.d/_copr_che-nerd-fonts-"${FEDORA_MAJOR_VERSION}".repo
2 changes: 1 addition & 1 deletion system_files/shared/usr/share/ublue-os/ublue-os.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"break",
{
"type": "command",
"key": "󱋩",
"key": " 󱋩",
"text": "/usr/libexec/ublue-image-info.sh"
},
{
Expand Down

0 comments on commit 53f3e06

Please sign in to comment.