summarylogtreecommitdiffstats
path: root/alsa-patch-bay.install
diff options
context:
space:
mode:
Diffstat (limited to 'alsa-patch-bay.install')
-rw-r--r--alsa-patch-bay.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/alsa-patch-bay.install b/alsa-patch-bay.install
new file mode 100644
index 000000000000..48573eee8b52
--- /dev/null
+++ b/alsa-patch-bay.install
@@ -0,0 +1,9 @@
+post_install() {
+ ln -s /usr/bin/alsa-patch-bay /usr/bin/jack-patch-bay
+}
+post_update() {
+post_install
+}
+pre_remove() {
+ rm /usr/bin/jack-patch-bay
+}