summarylogtreecommitdiffstats
path: root/studio-controls.install
diff options
context:
space:
mode:
Diffstat (limited to 'studio-controls.install')
-rw-r--r--studio-controls.install6
1 files changed, 0 insertions, 6 deletions
diff --git a/studio-controls.install b/studio-controls.install
deleted file mode 100644
index 39a7d9f1388a..000000000000
--- a/studio-controls.install
+++ /dev/null
@@ -1,6 +0,0 @@
-# arg 1: the new package version
-post_install() {
- (find /home/*/.asoundrc -exec echo '==> {} made by Cadence may not be compatible with Studio-Controls' \; 2>/dev/null) || true
-
- (pacman -Ql python-pyalsaaudio | grep 3.8 && echo "==> Please reinstall python-pyalsaaudio cleaning the cache, it shouldn't be found in python3.8 directory") || true
-} \ No newline at end of file