Skip to content

Commit

Permalink
fix: Remove file conflicting with kde-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jul 5, 2023
1 parent e486db5 commit 30b01c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ cp -rv etc/* %{buildroot}%{_sysconfdir}
# Remove unneeded files
rm %{buildroot}%{_sysconfdir}/xdg/autostart/steam.desktop
rm %{buildroot}%{_datadir}/applications/org.mozilla.firefox.desktop
rm %{buildroot}%{_sysconfdir}/profile.d/kde.sh

# Do post-installation
%post
Expand All @@ -51,7 +52,6 @@ rm %{buildroot}%{_datadir}/applications/org.mozilla.firefox.desktop
%{_datadir}/color-schemes/Vapor.colors
%{_datadir}/color-schemes/VGUI.colors
%{_sysconfdir}/X11/Xsession.d/50rotate-screen
%{_sysconfdir}/profile.d/kde.sh
%{_sysconfdir}/sddm.conf.d/steamdeck.conf
%{_sysconfdir}/skel/Desktop/Return.desktop
%{_sysconfdir}/xdg/autostart/ibus.desktop
Expand Down

0 comments on commit 30b01c7

Please sign in to comment.