summarylogtreecommitdiffstats
path: root/snapper.install
diff options
context:
space:
mode:
Diffstat (limited to 'snapper.install')
-rw-r--r--snapper.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/snapper.install b/snapper.install
new file mode 100644
index 000000000000..53579cb4093b
--- /dev/null
+++ b/snapper.install
@@ -0,0 +1,15 @@
+post_install() {
+ echo "For first-time config instructions see https://wiki.archlinux.org/index.php/Snapper"
+}
+
+post_upgrade() {
+ echo
+ echo "BIG FAT WARNING: the snapper-git package now uses systemd .timer units instead of cron scripts!"
+ echo "If you use timelined snapshots, you need to manually enable and start the timer units with:"
+ echo
+ echo "# systemctl enable snapper-cleanup.timer"
+ echo "# systemctl enable snapper-timeline.timer"
+ echo "# systemctl start snapper-cleanup.timer"
+ echo "# systemctl start snapper-timeline.timer"
+ echo
+}