summarylogtreecommitdiffstats
path: root/90-hardcode-tray.hook
diff options
context:
space:
mode:
authorMark Wagie2022-02-26 17:33:30 -0700
committerMark Wagie2022-02-26 17:33:30 -0700
commit331889d01c049cc8318e5044672be7f0cb35440c (patch)
tree2d24cfcc04f3af0965d46fdd185b6d52009a812f /90-hardcode-tray.hook
parent4ab3a194e767c589675abe4ace9580f93654c4f4 (diff)
downloadaur-331889d01c049cc8318e5044672be7f0cb35440c.tar.gz
compile Python bytecode, install pacman hook
Diffstat (limited to '90-hardcode-tray.hook')
-rw-r--r--90-hardcode-tray.hook12
1 files changed, 12 insertions, 0 deletions
diff --git a/90-hardcode-tray.hook b/90-hardcode-tray.hook
new file mode 100644
index 000000000000..cff5145d5988
--- /dev/null
+++ b/90-hardcode-tray.hook
@@ -0,0 +1,12 @@
+[Trigger]
+Operation = Install
+Operation = Upgrade
+Type = Package
+Target = *
+
+[Action]
+Description = Updating tray icons...
+Depends = hardcode-tray-git
+When = PostTransaction
+Exec = /usr/bin/python /usr/share/hardcode-tray/hook.py
+NeedsTargets