summarylogtreecommitdiffstats
path: root/autosuspend.install
diff options
context:
space:
mode:
Diffstat (limited to 'autosuspend.install')
-rw-r--r--autosuspend.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/autosuspend.install b/autosuspend.install
new file mode 100644
index 000000000000..fb25c1496ad6
--- /dev/null
+++ b/autosuspend.install
@@ -0,0 +1,4 @@
+post_upgrade() {
+ echo ">> The script has been renamed from autosuspend.py to autosuspend."
+ echo ">> Provided systemd services are updated."
+}