summarylogtreecommitdiffstats
path: root/github520-git.install
blob: 068d2982e63c8c42d1da5386ed5677cc1fb5e26c (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    echo "Usage:"
    echo "sudo systemctl enable update-github520-hosts.timer"
    echo "sudo systemctl start update-github520-hosts.timer"
    echo "sudo systemctl status update-github520-hosts.timer"
}

post_upgrade() {
  post_install
}