From 17443137fb86f9c87f8929e5621fdad869231241 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sat, 6 Jul 2024 21:23:28 +0200 Subject: [PATCH] Remove keyboard-sfx package The only thing it does is install a bunch of .wav files that are not used in any place. --- recipes/other/keyboard-sfx/recipe.sh | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 recipes/other/keyboard-sfx/recipe.sh diff --git a/recipes/other/keyboard-sfx/recipe.sh b/recipes/other/keyboard-sfx/recipe.sh deleted file mode 100644 index 95de8e7b6..000000000 --- a/recipes/other/keyboard-sfx/recipe.sh +++ /dev/null @@ -1,22 +0,0 @@ -GIT=https://gitlab.redox-os.org/redox-os/keyboard-sfx.git - -function recipe_version { - echo "0.0.1" - skip=1 -} - -function recipe_build { - echo "skipping build" - skip=1 -} - -function recipe_clean { - echo "skipping clean" - skip=1 -} - -function recipe_stage { - mkdir -pv "$1/sfx" - cp -Rv ./* "$1/sfx" - skip=1 -} -- GitLab