From 0bd16bd038538d879cbf21f3ef0731f06c3bfb24 Mon Sep 17 00:00:00 2001 From: Nippy Date: Sat, 25 Jul 2026 11:45:12 +0200 Subject: remove accidentally committed makepkg git source cache --- raveswitch/hyprland_raveswitch/hooks/pre-applypatch.sample | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 raveswitch/hyprland_raveswitch/hooks/pre-applypatch.sample (limited to 'raveswitch/hyprland_raveswitch/hooks/pre-applypatch.sample') diff --git a/raveswitch/hyprland_raveswitch/hooks/pre-applypatch.sample b/raveswitch/hyprland_raveswitch/hooks/pre-applypatch.sample deleted file mode 100755 index 4142082..0000000 --- a/raveswitch/hyprland_raveswitch/hooks/pre-applypatch.sample +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# -# An example hook script to verify what is about to be committed -# by applypatch from an e-mail message. -# -# The hook should exit with non-zero status after issuing an -# appropriate message if it wants to stop the commit. -# -# To enable this hook, rename this file to "pre-applypatch". - -. git-sh-setup -precommit="$(git rev-parse --git-path hooks/pre-commit)" -test -x "$precommit" && exec "$precommit" ${1+"$@"} -: -- cgit v1.3