From c5a4616d50119d9a9ba24a01a359a5d9a59f7a20 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 18 Nov 2023 14:54:04 -0100 Subject: [PATCH] remover symlinks hook --- hooks/normal/0650-grub-symlinks-hook.binary | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 hooks/normal/0650-grub-symlinks-hook.binary diff --git a/hooks/normal/0650-grub-symlinks-hook.binary b/hooks/normal/0650-grub-symlinks-hook.binary deleted file mode 100755 index 83393a09..00000000 --- a/hooks/normal/0650-grub-symlinks-hook.binary +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -################################################################################ -# Title: 0650-grub-symlinks-hook.binary -# Description: Script to create symlinks -# Author: manuel rosa -# Date: Outubro 29, 2023 -# License: GPL-3.0-or-later -################################################################################ - -# Create bootloader sysmlinks -ln -s -r /isolinux/splash800x600.png /boot/grub/splash.png -