diff options
| author | Jonathan Bauer | 2014-03-25 16:05:27 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2014-03-25 16:05:27 +0100 |
| commit | 249e951ce236e3bbeb32b5a943215524a81f42f2 (patch) | |
| tree | e7538724066c4a0330f2e6588e956680613bff57 /remote/modules/alsa | |
| parent | [consolekit] woops, delete old files (diff) | |
| download | tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.gz tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.xz tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.zip | |
woopsie, the return ;)
Diffstat (limited to 'remote/modules/alsa')
| -rw-r--r-- | remote/modules/alsa/alsa.build | 19 | ||||
| -rw-r--r-- | remote/modules/alsa/alsa.conf | 8 | ||||
| -rw-r--r-- | remote/modules/alsa/alsa.conf.debian | 5 | ||||
| -rw-r--r-- | remote/modules/alsa/alsa.conf.opensuse | 5 | ||||
| -rw-r--r-- | remote/modules/alsa/alsa.conf.scientific | 12 | ||||
| -rw-r--r-- | remote/modules/alsa/alsa.conf.ubuntu | 5 |
6 files changed, 0 insertions, 54 deletions
diff --git a/remote/modules/alsa/alsa.build b/remote/modules/alsa/alsa.build deleted file mode 100644 index 4d3990b1..00000000 --- a/remote/modules/alsa/alsa.build +++ /dev/null @@ -1,19 +0,0 @@ -fetch_source() { - : -} - -build() { - COPYLIST="list_dpkg_output" - [ -e "$COPYLIST" ] && rm "$COPYLIST" - - - # These shitty greps are 'excludes' for this high quality scientific linux. - list_packet_files | grep -v "^/etc/asound.state" \ - | grep -v "^/etc/modprobe.d/local.conf" >> "$COPYLIST" - tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}" - -} - -post_copy() { - : -} diff --git a/remote/modules/alsa/alsa.conf b/remote/modules/alsa/alsa.conf deleted file mode 100644 index 2a8be7a1..00000000 --- a/remote/modules/alsa/alsa.conf +++ /dev/null @@ -1,8 +0,0 @@ -REQUIRED_BINARIES=" - amixer - alsamixer -" -REQUIRED_DIRECTORIES=" /usr/share/alsa - /etc/modprobe.d -" - diff --git a/remote/modules/alsa/alsa.conf.debian b/remote/modules/alsa/alsa.conf.debian deleted file mode 100644 index b1f9f0e2..00000000 --- a/remote/modules/alsa/alsa.conf.debian +++ /dev/null @@ -1,5 +0,0 @@ -REQUIRED_CONTENT_PACKAGES=" - alsa-utils - alsa-base - libasound2 -" diff --git a/remote/modules/alsa/alsa.conf.opensuse b/remote/modules/alsa/alsa.conf.opensuse deleted file mode 100644 index 17651c29..00000000 --- a/remote/modules/alsa/alsa.conf.opensuse +++ /dev/null @@ -1,5 +0,0 @@ -REQUIRED_CONTENT_PACKAGES=" - alsa-utils - alsa - libasound2 -" diff --git a/remote/modules/alsa/alsa.conf.scientific b/remote/modules/alsa/alsa.conf.scientific deleted file mode 100644 index 643e52d3..00000000 --- a/remote/modules/alsa/alsa.conf.scientific +++ /dev/null @@ -1,12 +0,0 @@ -REQUIRED_INSTALLED_PACKAGES=" - module-init-tools - alsa-utils - alsa-lib -" -REQUIRED_CONTENT_PACKAGES=" - module-init-tools - alsa-utils - alsa-lib -" - -# libasound2 diff --git a/remote/modules/alsa/alsa.conf.ubuntu b/remote/modules/alsa/alsa.conf.ubuntu deleted file mode 100644 index b1f9f0e2..00000000 --- a/remote/modules/alsa/alsa.conf.ubuntu +++ /dev/null @@ -1,5 +0,0 @@ -REQUIRED_CONTENT_PACKAGES=" - alsa-utils - alsa-base - libasound2 -" |
