summarylogtreecommitdiffstats
path: root/soundux.install
blob: 84bc2a65b5d51725e7075a8afad1ee19abd90e9e (plain)
1
2
3
4
5
6
7
8
9
10
msg() {
  printf "%b" "\e[1;31m==> WARNING: Currently there's a bug with the webkit2gtk version in Arch. If the window stays white try deleting ~/.local/share/mime/mime.cache\n"
}

post_install() {
  msg
}
post_upgrade() {
  msg
}