summarylogtreecommitdiffstats
path: root/infocus.install
blob: 8baecebcfc8d79a93182f077d9b073f68db92b04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}