summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-04-22 22:54:40 +0100
committerBram Moolenaar <Bram@vim.org>2023-04-22 22:54:40 +0100
commitf39d9e9dca443e42920066be3a98fd9780e4ed33 (patch)
treefc55b4f846fe60b7bb21613b26b796fba38eff1b /ci
parent71badf9547e8f89571b9a095183671cbb333d528 (diff)
downloadvim-git-f39d9e9dca443e42920066be3a98fd9780e4ed33.tar.gz
patch 9.0.1479: small source file problems; outdated list of distrib. filesv9.0.1479
Problem: Small source file problems; outdated list of distributed files. Solution: Small updates to source files and list of distributed files.
Diffstat (limited to 'ci')
-rw-r--r--ci/load-snd-dummy.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/ci/load-snd-dummy.sh b/ci/load-snd-dummy.sh
deleted file mode 100644
index b0101b0f8..000000000
--- a/ci/load-snd-dummy.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-set -e
-
-if ! modprobe snd-dummy; then
- # snd-dummy is contained in linux-modules-extra (if exists)
- apt-get install -yq --no-install-suggests --no-install-recommends "linux-modules-extra-$(uname -r)"
- modprobe snd-dummy
-fi