Skip to content
Snippets Groups Projects
Commit 17443137 authored by bjorn3's avatar bjorn3
Browse files

Remove keyboard-sfx package

The only thing it does is install a bunch of .wav files that are not used in any place.
parent 4cb26d57
No related branches found
No related tags found
1 merge request!375Remove a bunch of recipes and convert one to wip
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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment