Skip to content

Commit

Permalink
remove dead macro in favor of shell fn
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Mar 30, 2024
1 parent a6d8b17 commit a400cb9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ultramarine/backgrounds/ultramarine-backgrounds.spec
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ mkdir -p %{buildroot}%{_datadir}/glib-2.0/schemas/

# Symlink the backgrounds for KDE

%define kde_link() \
%define _file_path "%1" \
%define _wallname %2 \
#mkdir -p %{buildroot}%{_datadir}/wallpapers/"%{_wallname}"/contents/images/ && \
ln -rsf %{buildroot}%{_datadir}/backgrounds/ultramarine-linux/%{_file_path} "%{buildroot}%{_datadir}/wallpapers/%{_wallname}/contents/images/3840x2160.png" \
ln -rsf %{buildroot}%{_datadir}/backgrounds/ultramarine-linux/%{_file_path} %{buildroot}%{_datadir}/wallpapers/"%{_wallname}"/contents/screenshot.png

kde_link() {
local file=$1
Expand Down

0 comments on commit a400cb9

Please sign in to comment.