summarylogtreecommitdiffstats
path: root/soundux.install
diff options
context:
space:
mode:
authorD3SOX2022-04-03 00:29:39 +0200
committerD3SOX2022-04-03 00:29:39 +0200
commit3d667a5d5a718acc5b818f98f618735918ec8007 (patch)
tree05162d062b1353470259d91862fbb104512005b3 /soundux.install
parent77e6293467e1a0a79003f1263074a26cddc71734 (diff)
downloadaur-3d667a5d5a718acc5b818f98f618735918ec8007.tar.gz
add missing build dependency and warning message
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
+}