summarylogtreecommitdiffstats
path: root/alsaequal.install
diff options
context:
space:
mode:
Diffstat (limited to 'alsaequal.install')
-rw-r--r--alsaequal.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/alsaequal.install b/alsaequal.install
new file mode 100644
index 000000000000..332a6870fe00
--- /dev/null
+++ b/alsaequal.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo "You should go to http://www.thedigitalmachine.net/alsaequal.html"
+ echo "to learn how to configure alsa to take benefit of this package."
+ /bin/true
+}
+
+post_upgrade() {
+ post_install
+}
+
+op=$1
+shift
+
+$op "$@"