summarylogtreecommitdiffstats
path: root/studio-controls.install
blob: 07c77c560bdbc55e0bfb534d40760772c139a47c (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' \;
    
    pacman -Ql python-pyalsaaudio | grep 3.8 && echo "==> Please reinstall python-pyalsaaudio cleaning the cache, it shouldn't be found in python3.8 directory"
}