summarylogtreecommitdiffstats
path: root/tuptime.install
blob: 322af1692d189b61e0be9af88564be4ecdacc451 (plain)
1
2
3
4
5
6
7
post_install() {
    echo ""
    echo "tuptime has been installed and the corresponding .timer unit"
    echo "has been enabled. To start tuptime now, run"
    echo "    # systemctl start tuptime.timer"
    echo ""
}