summary refs log tree commit diff
path: root/pkgs/os-specific/linux/plymouth/dont-create-broken-symlink.patch
blob: 7accb7c9efcb23b3f0fc4ddf74d79185ad2fa5f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/themes/spinfinity/meson.build b/themes/spinfinity/meson.build
index f48e8e55..5a2050c8 100644
--- a/themes/spinfinity/meson.build
+++ b/themes/spinfinity/meson.build
@@ -53,8 +53,3 @@ install_data(
   'throbber-33.png',
   install_dir: plymouth_theme_path / 'spinfinity',
 )
-
-install_symlink('header-image.png',
-  install_dir: plymouth_theme_path / 'spinfinity',
-  pointing_to: plymouth_logo_file,
-)