summarylogtreecommitdiffstats
path: root/soundux.install
diff options
context:
space:
mode:
Diffstat (limited to 'soundux.install')
-rw-r--r--soundux.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/soundux.install b/soundux.install
new file mode 100644
index 000000000000..84bc2a65b5d5
--- /dev/null
+++ b/soundux.install
@@ -0,0 +1,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
+}