From f3dcc87dbbc8ba18365cfacbce6680ebfc6c3d7e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 29 Jul 2013 13:47:58 +0200 Subject: [alsa] Adapt module to new config system --- remote/modules/alsa/alsa.conf | 4 ---- remote/modules/alsa/alsa.conf.opensuse | 5 +++++ remote/modules/alsa/alsa.conf.ubuntu | 5 +++++ remote/modules/alsa/alsa.conf.zypper | 5 ----- 4 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 remote/modules/alsa/alsa.conf.opensuse create mode 100644 remote/modules/alsa/alsa.conf.ubuntu delete mode 100644 remote/modules/alsa/alsa.conf.zypper (limited to 'remote') diff --git a/remote/modules/alsa/alsa.conf b/remote/modules/alsa/alsa.conf index 0e7a41ec..2a8be7a1 100644 --- a/remote/modules/alsa/alsa.conf +++ b/remote/modules/alsa/alsa.conf @@ -1,7 +1,3 @@ -REQUIRED_CONTENT_PACKAGES=" alsa-utils - alsa-base - libasound2 -" REQUIRED_BINARIES=" amixer alsamixer diff --git a/remote/modules/alsa/alsa.conf.opensuse b/remote/modules/alsa/alsa.conf.opensuse new file mode 100644 index 00000000..17651c29 --- /dev/null +++ b/remote/modules/alsa/alsa.conf.opensuse @@ -0,0 +1,5 @@ +REQUIRED_CONTENT_PACKAGES=" + alsa-utils + alsa + libasound2 +" diff --git a/remote/modules/alsa/alsa.conf.ubuntu b/remote/modules/alsa/alsa.conf.ubuntu new file mode 100644 index 00000000..b1f9f0e2 --- /dev/null +++ b/remote/modules/alsa/alsa.conf.ubuntu @@ -0,0 +1,5 @@ +REQUIRED_CONTENT_PACKAGES=" + alsa-utils + alsa-base + libasound2 +" diff --git a/remote/modules/alsa/alsa.conf.zypper b/remote/modules/alsa/alsa.conf.zypper deleted file mode 100644 index 17651c29..00000000 --- a/remote/modules/alsa/alsa.conf.zypper +++ /dev/null @@ -1,5 +0,0 @@ -REQUIRED_CONTENT_PACKAGES=" - alsa-utils - alsa - libasound2 -" -- cgit v1.2.3-55-g7522