summarylogtreecommitdiffstats
path: root/alsaequal.install
diff options
context:
space:
mode:
authorSudokamikaze2016-12-21 19:08:59 +0200
committerSudokamikaze2016-12-21 19:08:59 +0200
commit0113361564d1810ea7bd06ee7aecba2c764d8085 (patch)
tree2e08fb3c7a8bf19d5984aa361d7d658f6975617c /alsaequal.install
downloadaur-0113361564d1810ea7bd06ee7aecba2c764d8085.tar.gz
initial
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 "$@"