summarylogtreecommitdiffstats
path: root/infocus.install
diff options
context:
space:
mode:
authorjgmdev2018-01-22 22:49:00 -0400
committerjgmdev2018-01-22 22:49:00 -0400
commit1c7410d843710d530184fdfc246cb103813c1bcd (patch)
tree6a3c66fb0598b9d1e2c86aec1a1f91da32f7e8ba /infocus.install
downloadaur-1c7410d843710d530184fdfc246cb103813c1bcd.tar.gz
Initial commit.
Diffstat (limited to 'infocus.install')
-rw-r--r--infocus.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/infocus.install b/infocus.install
new file mode 100644
index 000000000000..8baecebcfc8d
--- /dev/null
+++ b/infocus.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo "----------------------------------------------------------------"
+ echo "To enable the infocus time tracker on your account:"
+ echo "systemctl --user enable infocus"
+ echo "systemctl --user start infocus"
+ echo "----------------------------------------------------------------"
+
+ xdg-icon-resource forceupdate
+}
+
+post_remove() {
+ xdg-icon-resource forceupdate
+}