summarylogtreecommitdiffstats
path: root/studio-controls.install
blob: 39a7d9f1388a4693abd9f5999062277eefd97e64 (plain)
1
2
3
4
5
6
# 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
}