summarylogtreecommitdiffstats
path: root/soundux.install
blob: 2fa7d8be0e0f67e57d61cb3e6295c063748f3c44 (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\e[0m"
}

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