summaryrefslogtreecommitdiff
path: root/testing/pulseaudio/pulseaudio.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pulseaudio/pulseaudio.install')
-rw-r--r--testing/pulseaudio/pulseaudio.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/pulseaudio/pulseaudio.install b/testing/pulseaudio/pulseaudio.install
deleted file mode 100644
index 1dc4cefb3..000000000
--- a/testing/pulseaudio/pulseaudio.install
+++ /dev/null
@@ -1,19 +0,0 @@
-post_install() {
- cat << MES
->>> See the wiki at http://wiki.archlinux.org/index.php/PulseAudio for details
- on configuring your system for PulseAudio.
-
->>> Make sure to install pulseaudio-alsa to configure ALSA for PulseAudio.
-MES
-}
-
-post_upgrade() {
- cat << MES
->>> If you have per-user copies of configuration files (such as client.conf,
- daemon.conf or default.pa) in ~/.pulse/, make sure you keep them in sync
- with changes to the packaged files in /etc/pulse/. Otherwise, PulseAudio
- may refuse to start due to configuration errors.
-MES
-}
-
-# vim:set ts=2 sw=2 et: