summarylogtreecommitdiffstats
path: root/github520-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'github520-git.install')
-rw-r--r--github520-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/github520-git.install b/github520-git.install
new file mode 100644
index 000000000000..068d2982e63c
--- /dev/null
+++ b/github520-git.install
@@ -0,0 +1,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
+}
+