summarylogtreecommitdiffstats
path: root/autosuspend.install
diff options
context:
space:
mode:
authorJohannes Wienke2020-01-19 20:35:09 +0100
committerJohannes Wienke2020-01-19 20:35:09 +0100
commit3fd85ea191255a3c955a74cc8c20ef3562dc8a2c (patch)
tree4160f900de3387f9ac46956b2fb04e6aa7cde3d2 /autosuspend.install
parent470488c9481b52194588019c8386b592f35d8148 (diff)
downloadaur-3fd85ea191255a3c955a74cc8c20ef3562dc8a2c.tar.gz
Version bump to 3.0
Diffstat (limited to 'autosuspend.install')
-rw-r--r--autosuspend.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/autosuspend.install b/autosuspend.install
new file mode 100644
index 000000000000..6d6240330050
--- /dev/null
+++ b/autosuspend.install
@@ -0,0 +1,5 @@
+post_upgrade() {
+ echo ">> Systemd units have change with the 3.0 release."
+ echo ">> Please enable autosuspend.service and autosuspend-detect-suspend.service."
+ echo ">> Only autosuspend.service needs to be started."
+}