mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
Remove keyboard-sfx package
The only thing it does is install a bunch of .wav files that are not used in any place.
This commit is contained in:
parent
4cb26d57b1
commit
17443137fb
@ -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
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user